RemoteConfigHelper

class RemoteConfigHelper @Inject constructor(remoteConfig: FirebaseRemoteConfig)

Constructors

Link copied to clipboard
@Inject
constructor(remoteConfig: FirebaseRemoteConfig)

Functions

Link copied to clipboard
fun fetchData(failure: (Exception) -> Unit, success: FirebaseRemoteConfig.() -> Unit)
Link copied to clipboard
Link copied to clipboard
fun getLong(key: String): Long
Link copied to clipboard