Package 

Interface CustomerIOPushNotificationCallback

    • Method Detail

      • onNotificationComposed

         Unit onNotificationComposed(CustomerIOParsedPushPayload payload, NotificationCompat.Builder builder)

        Called when all attributes for the notification has been set by the SDK and the notification is about to be pushed to system tray.

        <p/> Please note that overriding the pending intent for notification is not allowed as it can affect tracking and other metrics. Please override [createTaskStackFromPayload] instead to launch desired intent(s). <p/>
        Parameters:
        payload - data received for the notification
        builder - notification builder that is being used to build notification attributes