Keyword

abstract class Keyword(val name: String)

Base class used to provide polymorphic properties to the use of profile and event keys

Inheritors

Constructors

Link copied to clipboard
constructor(name: String)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard