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