NotSupportedPushError class - Android

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • 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.

    Table 1. Properties
    Name Type Description
    cause Throwable Cause of the error.
    message String Message that contains the error details to display to the user.