Source set: Android
public class MutableRemoteBoolean internal constructor(remoteInt: MutableRemoteInt) :
RemoteBoolean(remoteInt), MutableRemoteState<Boolean>
A mutable implementation of RemoteBoolean.
Properties
constantValueOrNull
Source set: Android
public override val constantValueOrNull: Boolean?
asEncodedMutable
Source set: Android
override val asEncodedMutable: MutableRemoteInt
Members
Companion
Source set: Android
public companion object
Functions
invoke
Source set: Android
public operator fun invoke(initialValue: Boolean): MutableRemoteBoolean
Creates a MutableRemoteBoolean with an initial value.
Parameters
| initialValue | The initial value for this mutable boolean. |
Return
A MutableRemoteBoolean instance.