RemoteMessagingRepository

Functions

Link copied to clipboard
abstract fun activeMessage(message: RemoteMessage?)
Link copied to clipboard
abstract fun didShow(id: String): Boolean
Link copied to clipboard
abstract fun dismissedMessages(): List<String>
Link copied to clipboard
abstract suspend fun dismissMessage(id: String)
Link copied to clipboard
abstract fun markAsShown(remoteMessage: RemoteMessage)
Link copied to clipboard
abstract fun message(): RemoteMessage?
Link copied to clipboard
abstract fun messageFlow(): Flow<RemoteMessage?>