handleNotification

fun handleNotification(pushBundle: Bundle)

Internal method that handles notification open events.

This is a final method called by the SDK when a user taps on a notification. It processes the notification open event and delegates to onMessageOpened and startActivityForPushMessage for custom handling.

You should override onMessageOpened or startActivityForPushMessage instead of calling this method directly.

The method performs the following:

Parameters

pushBundle

push notification payload as Bundle containing all notification data

See also