getConversationalPushStyle

fun getConversationalPushStyle(notificationBuilder: NotificationCompat.Builder, payload: BrazeNotificationPayload): NotificationCompat.MessagingStyle?

Returns a NotificationCompat.MessagingStyle for conversational push notifications, or null if the conversation data is incomplete.

Return

A NotificationCompat.MessagingStyle, or null on failure.

Parameters

notificationBuilder

The notification builder to configure.

payload

The notification payload containing conversation data.