getDecryptedPushNotificationExtras

public final JSONArray getDecryptedPushNotificationExtras(Intent pushNotificationIntent)

Decrypt push notification extras under the "extra_info_enc" field of the notification payload. This method requires SDK to be unlocked or configured with LockConfigurationType == LockConfigurationType.NONE

Return

JSONArray containing decrypted push notification extras.

Parameters

pushNotificationIntent

an intent broadcasted by the SDK to the client app.

Throws

if the SDK is locked.

if information is missing to perform the decryption.

if cryptography error occurs.