handleMessage

abstract fun handleMessage(pushData: Map<String, String>): Boolean

Handles the push message payload for any message sent from the Marketing Cloud.

Return

True if the push message was handled by the SDK

Parameters

pushData

Push message payload


abstract fun handleMessage(message: RemoteMessage): Boolean

Handles the remote message payload for any message sent from the Marketing Cloud.

Return

True if the remote message was handled by the SDK

Parameters

message

Remote message payload