Companion
object Companion
Content copied to clipboard
Provides the static method to build PushNotificationEvent instances from low-level mobile push notification data.
Functions
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.