getTags

Returns the tags currently set on the device.

MCCordovaPlugin.getTags(successCallback, [errorCallback])

Static method of MCCordovaPlugin.

ParameterTypeDescription
successCallbackfunction
successCallback.tagsArray.<string>The array of tags currently set in the native SDK.
errorCallbackfunction