InvalidCompressionException

Package 

com.salesforce.marketingcloud.pushmodels.exceptions

Description 

An exception class that is thrown when push notification data contains invalid compression. This class extends PushException.

Inheritance 

1class InvalidCompressionException : PushException

Constructors 

InvalidCompressionException 

1constructor(message: String)

Creates a new InvalidCompressionException with the specified error message.

Parameters:

  • message: String - The error message describing the invalid compression issue

Module Information 

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

Source 

View on GitHub Pages