BadMediaException
InvalidCompressionException
InvalidJsonException
MissingFieldException
PushException
UnknownErrorException
UnsupportedWidgetException
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
com.salesforce.marketingcloud.pushmodels.exceptions
Thrown when an unsupported widget type is encountered in push notification JSON.
1class UnsupportedWidgetException(type: String?) : PushExceptionPushException1constructor(type: String?)Creates an exception for an unsupported widget type.
Parameters:
type - The unsupported widget type string (nullable)