AppDataKey
class AppDataKey<T : DynamicBuilders.DynamicType> : DynamicDataKey
| kotlin.Any | ||
| ↳ | androidx.wear.protolayout.expression.DynamicDataKey | |
| ↳ | androidx.wear.protolayout.expression.AppDataKey |
Represent a DynamicDataKey that references app/tile pushed state data.
| Parameters | |
|---|---|
<T : DynamicBuilders.DynamicType> |
The data type of the dynamic values that this key is bound to. |
Summary
Public constructors |
|---|
<T : DynamicBuilders.DynamicType> AppDataKey(key: String) |
Inherited functions |
|---|
Public constructors
AppDataKey
<T : DynamicBuilders.DynamicType> AppDataKey(key: String)
| Parameters | |
|---|---|
<T : DynamicBuilders.DynamicType> |
The data type of the dynamic values that this key is bound to. |
key: String |
The key in the state to bind to. |