removeTag
Remove a tag from the device's registration.
MCCordovaPlugin.removeTag(tag, [successCallback], [errorCallback])
Static method of MCCordovaPlugin.
| Parameter | Type | Description |
|---|---|---|
tag | string | The tag to be removed from the list of tags in the registration. |
successCallback | function | |
successCallback.saved | boolean | Whether the value passed in for tag was cleared from the registration. |
errorCallback | function |