handleNotification

abstract fun handleNotification(notification: NotificationPayload)

Queue the incoming notification with the conversations library for processing. You must call this function if you want the conversations library to call your onAddedToConversationNotification, onRemovedFromConversationNotification, or onNewMessageNotification callbacks.

Parameters

notification

Notification received from FCM.