isBeaconNotification

Checks if the provided FCM payload is a Beacon-specific notification.

This method should be called within your FirebaseMessagingService.onMessageReceived() to determine if the message should be processed by the Beacon SDK.

Return

true if the message is for Beacon; false otherwise.

Parameters

data

The FCM payload (RemoteMessage.getData()).