isPushEnabled

The current state of the pushEnabled flag in the native MobilePush SDK.

MCCordovaPlugin.isPushEnabled(successCallback, [errorCallback])

Static method of MCCordovaPlugin.

ParameterTypeDescription
successCallbackfunction
successCallback.enabledbooleanIndicates whether push is enabled.
errorCallbackfunction