removeTag

Remove a tag from the device’s registration.

Syntax 

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

Kind 

Static method of MCCordovaPlugin.

Parameters 

ParameterTypeDescription
tagstringThe tag to be removed from the list of tags in the registration.
successCallbackfunction
successCallback.savedbooleanWhether the value passed in for tag was cleared from the registration.
errorCallbackfunction

See Also