Package-level declarations

Types

Link copied to clipboard
external interface RemoteConfig
Link copied to clipboard
external interface Settings
Link copied to clipboard
external interface Value

Functions

Link copied to clipboard
external fun activate(remoteConfig: RemoteConfig): <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
external fun ensureInitialized(remoteConfig: RemoteConfig): <Error class: unknown class><<Error class: unknown class>?>
Link copied to clipboard
external fun fetchAndActivate(remoteConfig: RemoteConfig): <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
external fun fetchConfig(remoteConfig: RemoteConfig): <Error class: unknown class><<Error class: unknown class>?>
Link copied to clipboard
external fun getAll(remoteConfig: RemoteConfig): <Error class: unknown class>
Link copied to clipboard
external fun getBoolean(remoteConfig: RemoteConfig, key: String): Boolean
Link copied to clipboard
external fun getNumber(remoteConfig: RemoteConfig, key: String): Double
Link copied to clipboard
external fun getRemoteConfig(app: FirebaseApp? = definedExternally): RemoteConfig
Link copied to clipboard
external fun getString(remoteConfig: RemoteConfig, key: String): String?
Link copied to clipboard
external fun getValue(remoteConfig: RemoteConfig, key: String): Value