klaviyo-android-sdk
1.1.1
1.3.0
1.2.0-beta
1.1.1
1.1.0
1.0.1
1.0.0
androidJvm
analytics
/
com.klaviyo.analytics.model
/
Keyword
Keyword
abstract
class
Keyword
(
val
name
:
String
)
Base class used to provide polymorphic properties to the use of profile and event keys
Inheritors
EventKey
EventType
ProfileKey
Members
Constructors
Keyword
Link copied to clipboard
constructor
(
name
:
String
)
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
name
Link copied to clipboard
val
name
:
String