class AppDataKey<T : DynamicBuilders.DynamicType> : DynamicDataKey


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

Inherited functions

From androidx.wear.protolayout.expression.DynamicDataKey
open operator Boolean
equals(other: Any?)
open Int
open String

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.