clearAttribute
Clears the value of an attribute in the registration.
MCCordovaPlugin.clearAttribute(key, [successCallback], [errorCallback])
Static method of MCCordovaPlugin.
| Parameter | Type | Description |
|---|---|---|
key | string | The name of the attribute whose value must be cleared from the registration. |
successCallback | function | |
successCallback.saved | boolean | Whether the value of the key attribute was cleared from the registration. |
errorCallback | function |