Companion
object Companion
Content copied to clipboard
Provides the static method to build PushNotificationEvent instances from low-level mobile push notification data.
Functions
is Webcom Push Notification
Link copied to clipboard
Checks if the received notification is originating from webcom
make From Push Notification
Link copied to clipboard
fun makeFromPushNotification(msgData: Map<String, String>): Notification<PushNotificationEvent>
Content copied to clipboard
Builds a Notification<PushNotificationEvent> instance from the data conveyed by a received Firebase RemoteMessage or a Huawei RemoteMessage.