UnsupportedWidgetException

Package 

com.salesforce.marketingcloud.pushmodels.exceptions

Overview 

Thrown when an unsupported widget type is encountered in push notification JSON.

Class Declaration 

1class UnsupportedWidgetException(type: String?) : PushException

Inheritance 

  • Extends: PushException

Constructors 

UnsupportedWidgetException 

1constructor(type: String?)

Creates an exception for an unsupported widget type.

Parameters:

  • type - The unsupported widget type string (nullable)

Module Information 

  • Module: Push Models Module v1.0.2
  • SDK: Salesforce Marketing Cloud Unified SDK 11.0.0
  • Platform: androidJvm