Companion

object Companion

Functions

Link copied to clipboard
fun handleBrazeRemoteMessage(context: Context, remoteMessage: RemoteMessage): Boolean

Consumes an incoming RemoteMessage if it originated from Braze. If the RemoteMessage did not originate from Braze, then this method does nothing and returns false.

Link copied to clipboard
fun isBrazePushNotification(remoteMessage: RemoteMessage): Boolean

Determines if the Firebase RemoteMessage originated from Braze and should be forwarded to BrazeFirebaseMessagingService.handleBrazeRemoteMessage.