PushTokenDataSource

class PushTokenDataSource(metadataDAO: <Error class: unknown class>) : PushTokenRepository

Constructors

Link copied to clipboard
internal constructor(metadataDAO: <Error class: unknown class>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open suspend override fun observeUpdateFirebaseTokenFlag(): <Error class: unknown class>

Method responsible to observe the flag indicating if the firebase token should be registered via the ClientRepository.registerToken next time the token changes.

Link copied to clipboard
open suspend override fun setUpdateFirebaseTokenFlag(shouldUpdate: Boolean): <Error class: unknown class>

Method responsible to set the flag indicating if the firebase token should be registered via the ClientRepository.registerToken