toggle menu
BIT App
androidJvm
switch theme
search in API
core
/
com.atech.core.datasource.firebase.remote
/
RemoteConfigHelper
Remote
Config
Helper
class
RemoteConfigHelper
@
Inject
constructor
(
remoteConfig
:
FirebaseRemoteConfig
)
Members
Constructors
Remote
Config
Helper
Link copied to clipboard
@
Inject
constructor
(
remoteConfig
:
FirebaseRemoteConfig
)
Functions
fetch
Data
Link copied to clipboard
fun
fetchData
(
failure
:
(
Exception
)
->
Unit
,
success
:
FirebaseRemoteConfig
.
(
)
->
Unit
)
get
Boolean
Link copied to clipboard
fun
getBoolean
(
key
:
String
)
:
Boolean
get
Long
Link copied to clipboard
fun
getLong
(
key
:
String
)
:
Long
get
String
Link copied to clipboard
fun
getString
(
key
:
String
)
:
String