getNotificationsFlow

public final SharedFlow<Result<FTRNotificationEvent>> getNotificationsFlow()

Flow emitting whenever a Futurae FCM notification has been handled. The notification is wrapped in Kotlin Result to also delegate any failures while handing a notification.

See also