getTags
Returns the tags currently set on the device.
MCCordovaPlugin.getTags(successCallback, [errorCallback])
Static method of MCCordovaPlugin.
| Parameter | Type | Description |
|---|---|---|
successCallback | function | |
successCallback.tags | Array.<string> | The array of tags currently set in the native SDK. |
errorCallback | function |