addTag

Add a tag to the device’s registration.

Syntax 

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

Kind 

Static method of MCCordovaPlugin.

Parameters 

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

See Also