All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.dev.gitlive.firebase.remoteconfig.FirebaseRemoteConfigValue.kt Maven / Gradle / Ivy

package dev.gitlive.firebase.remoteconfig

expect class FirebaseRemoteConfigValue {
    fun asBoolean(): Boolean
    fun asByteArray(): ByteArray
    fun asDouble(): Double
    fun asLong(): Long
    fun asString(): String
    fun getSource(): ValueSource
}

enum class ValueSource { Static, Default, Remote }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy