NotSupportedPushError class - Android
A function from the NotSupportedPushError class is thrown when the NowPushSDK cannot process the push notification request. When this type of error is thrown, you must parse and handle the push notification outside of the MobileSDK framework.
| Name | Type | Description |
|---|---|---|
| cause | Throwable | Cause of the error. |
| message | String | Message that contains the error details to display to the user. |