FirebaseRemoteConfigValue

Wrapper for a Remote Config parameter value, with methods to get it as different types.

actual class FirebaseRemoteConfigValue(js: Value)(source)

Constructors

Link copied to clipboard
constructor(js: Value)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
actual fun asBoolean(): Boolean
expect fun asBoolean(): Boolean

Gets the value as a Boolean.

actual fun asBoolean(): Boolean
actual fun asBoolean(): Boolean
actual fun asBoolean(): Boolean
Link copied to clipboard
actual fun asByteArray(): ByteArray
expect fun asByteArray(): ByteArray

Gets the value as a ByteArray.

actual fun asByteArray(): ByteArray
actual fun asByteArray(): ByteArray
Link copied to clipboard
actual fun asDouble(): Double
expect fun asDouble(): Double

Gets the value as a Double.

actual fun asDouble(): Double
actual fun asDouble(): Double
actual fun asDouble(): Double
Link copied to clipboard
actual fun asLong(): Long
expect fun asLong(): Long

Gets the value as a Long.

actual fun asLong(): Long
actual fun asLong(): Long
actual fun asLong(): Long
Link copied to clipboard
actual fun asString(): String
expect fun asString(): String

Gets the value as a String.

actual fun asString(): String
actual fun asString(): String
actual fun asString(): String
Link copied to clipboard
actual fun getSource(): ValueSource
expect fun getSource(): ValueSource

Indicates at which source this value came from.

actual fun getSource(): ValueSource
actual fun getSource(): ValueSource
actual fun getSource(): ValueSource