Interface

SemanticsPropertyReceiver

SemanticsPropertyReceiver is the scope provided by semantics {} blocks, letting you set key/value pairs primarily via extension functions.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
public interface SemanticsPropertyReceiver

SemanticsPropertyReceiver is the scope provided by semantics {} blocks, letting you set key/value pairs primarily via extension functions.

Functions

set

public operator fun <T> set(key: SemanticsPropertyKey<T>, value: T?)

get

@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
    public operator fun <T> get(key: SemanticsPropertyKey<T>): T?