Function

getValue

Permits property delegation of vals using by for DoubleState.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

getValue

Common
public inline operator fun DoubleState.getValue(thisObj: Any?, property: KProperty<*>): Double

Permits property delegation of vals using by for DoubleState.


getValue

Common
public inline operator fun FloatState.getValue(thisObj: Any?, property: KProperty<*>): Float

Permits property delegation of vals using by for FloatState.


getValue

Common
public inline operator fun <T> State<T>.getValue(thisObj: Any?, property: KProperty<*>): T

Permits property delegation of vals using by for State.


getValue

Common
public inline operator fun IntState.getValue(thisObj: Any?, property: KProperty<*>): Int

Permits property delegation of vals using by for IntState.


getValue

Common
public inline operator fun LongState.getValue(thisObj: Any?, property: KProperty<*>): Long

Permits property delegation of vals using by for LongState.