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
Push Models Module v1.0.2
androidJvm
1PushException
2 └── BadMediaExceptionThis exception class is thrown when a media resource at a specified URL cannot be loaded.
1class BadMediaException(url: String) : PushException1constructor(url: String)Creates a new BadMediaException instance.
Parameters:
url (String) - The URL of the media resource that failed to loadThis class inherits members from PushException but does not define additional public methods or properties beyond the constructor.