class SemanticsPropertyKey<T : Any?>


SemanticsPropertyKey is the infrastructure for setting key/value pairs inside semantics block in a type-safe way. Each key has one particular statically defined value type T.

Summary

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

String

The name of the property.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

name

Added in 1.0.0-alpha07
val nameString

The name of the property. Should be the same as the constant from which it is accessed.