onKlaviyoNotificationMessageReceived
Called when a standard Klaviyo push notification message is received.
This method is invoked by the default onMessageReceived logic when a received RemoteMessage qualifies as a standard notification (as determined by RemoteMessage.isKlaviyoNotification). The default implementation logs the received message and displays the notification via KlaviyoNotification.displayNotification. Subclasses can override this method to customize the handling of standard push notifications, such as modifying the display logic or performing additional processing.
Parameters
message
The RemoteMessage object representing the received push notification.