Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

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.

NameTypeDescription
causeThrowableCause of the error.
messageStringMessage that contains the error details to display to the user.

Parent Topic:Mobile SDK - Android