getAttachedBrazeExtras

fun getAttachedBrazeExtras(notificationExtras: Bundle?): Bundle

Get the extras Bundle from the notification extras or an empty bundle.

Return

Returns the Braze extras Bundle from the notification extras. Amazon ADM recursively flattens all JSON messages, so for Amazon devices we just return a copy of the original bundle.

Parameters

notificationExtras

Notification extras.