isBeaconNotification

open fun isBeaconNotification(data: Map<String, String>): Boolean

Check to see of the RemoteMessage.data from your FirebaseMessagingService.onMessageReceived() is for Beacon to process

Return

true if this is a message for Beacon | false if not

Parameters

data

FCM payload