PreviewRemoteCharacteristic
A remote characteristic that can be used for compose previews.
If has no-op implementation.
Constructors
Link copied to clipboard
constructor(shortUuid: Int, instanceId: Int = 0, properties: List<CharacteristicProperty> = emptyList(), isNotifying: Boolean = false, builder: CharacteristicScope.() -> Unit = {})
Creates a preview characteristic from a Characteristic Scope.
constructor(uuid: Uuid, instanceId: Int = 0, properties: List<CharacteristicProperty> = emptyList(), isNotifying: Boolean = false, builder: CharacteristicScope.() -> Unit = {})
Creates a preview characteristic from a Characteristic Scope.