addTag

Add a tag to the device's registration.

MCCordovaPlugin.addTag(tag, [successCallback], [errorCallback])

Static method of MCCordovaPlugin.

ParameterTypeDescription
tagstringThe tag to add to the list of tags in the registration.
successCallbackfunction
successCallback.savedbooleanWhether the value passed in for tag was saved in the registration.
errorCallbackfunction