abstract class DynamicDataKey<T : DynamicBuilders.DynamicType?>

Known direct subclasses
AppDataKey

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

PlatformDataKey

Represent a DynamicDataKey that references real-time data from the platform.


Represent a key that references a dynamic value source, such as state pushed by app/tile or real-time data from the platform.

Parameters
<T : DynamicBuilders.DynamicType?>

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

Summary

Public functions

Boolean
equals(other: Any?)
String

Gets the key that references the dynamic data source

String

Gets the namespace of the key for the dynamic data source.

Int
String

Public functions

equals

fun equals(other: Any?): Boolean

getKey

Added in 1.0.0
fun getKey(): String

Gets the key that references the dynamic data source

getNamespace

Added in 1.0.0
fun getNamespace(): String

Gets the namespace of the key for the dynamic data source.

hashCode

fun hashCode(): Int

toString

fun toString(): String