Source set: Android
public interface SubspaceSemanticsPropertyReceiver
Scope provided by semantics blocks, letting you set key/value pairs for use in testing, accessibility, etc.
Functions
set
public operator fun <T> set(key: SemanticsPropertyKey<T>, value: T)
Sets the semantics property defined by key to value.
Parameters
| key | The property key to set. |
| value | The value to assign to the property. |