getAttributes
Returns the maps of attributes set in the registration.
MCCordovaPlugin.getAttributes(successCallback, [errorCallback])
Static method of MCCordovaPlugin.
| Parameter | Type | Description |
|---|---|---|
successCallback | function | |
successCallback.attributes | Object.<string, string> | The key-value map of attributes set in the registration. |
errorCallback | function |