class AppDataKeyDynamicBuilders.DynamicType> : DynamicDataKey

Represent a DynamicDataKey that references app/tile pushed state data.

Parameters
DynamicBuilders.DynamicType>

The data type of the dynamic values that this key is bound to.

Summary

Public constructors

DynamicBuilders.DynamicType> AppDataKey(key: String)

Inherited functions

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

Public constructors

AppDataKey

DynamicBuilders.DynamicType> AppDataKey(key: String)
Parameters
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.