process
Allows Beacon to process a push notification message, typically by displaying a system notification.
Note: If the provided data is not identified as a Beacon message via isBeaconNotification, it will not be processed.
Return
true if the message was successfully processed; false otherwise (e.g., if it's not a Beacon message or an error occurred).
Parameters
context
The Context required for the Beacon SDK and for sending notifications.
data
The push message payload from FCM.