toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-layout
/
com.urbanairship.android.layout.reporting
/
AttributeName
Attribute
Name
open
class
AttributeName
Members
Constructors
Attribute
Name
Link copied to clipboard
constructor
(
@
Nullable
channel
:
String
,
@
Nullable
contact
:
String
)
Properties
channel
Link copied to clipboard
@
Nullable
@get:
Nullable
val
channel
:
String
contact
Link copied to clipboard
@
Nullable
@get:
Nullable
val
contact
:
String
Functions
attribute
Name
From
Json
Link copied to clipboard
@
Nullable
open
fun
attributeNameFromJson
(
@
NonNull
json
:
JsonMap
)
:
AttributeName
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
from
Json
Link copied to clipboard
@
Nullable
open
fun
fromJson
(
@
NonNull
json
:
JsonMap
)
:
AttributeName
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
is
Channel
Link copied to clipboard
open
fun
isChannel
(
)
:
Boolean
is
Contact
Link copied to clipboard
open
fun
isContact
(
)
:
Boolean
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String