isBrazePushNotification

fun isBrazePushNotification(remoteMessage: RemoteMessage): Boolean

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

Return

true iff this RemoteMessage originated from Braze or otherwise should be passed to BrazeFirebaseMessagingService.handleBrazeRemoteMessage.

Parameters

remoteMessage

The RemoteMessage from FirebaseMessagingService.onMessageReceived