public abstract class DynamicDataKey<T extends 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 extends DynamicBuilders.DynamicType>

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

Summary

Public methods

boolean
@NonNull String

Gets the key that references the dynamic data source

@NonNull String

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

int
@NonNull String

Public methods

equals

public boolean equals(@Nullable Object other)

getKey

Added in 1.0.0
public @NonNull String getKey()

Gets the key that references the dynamic data source

getNamespace

Added in 1.0.0
public @NonNull String getNamespace()

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

hashCode

public int hashCode()

toString

public @NonNull String toString()