toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.contacts
/
EmailRegistrationOptions
Email
Registration
Options
class
EmailRegistrationOptions
:
JsonSerializable
Email channel registration options.
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
commercial
Opted
In
Link copied to clipboard
val
commercialOptedIn
:
Long
is
Double
Opt
In
Link copied to clipboard
val
isDoubleOptIn
:
Boolean
properties
Link copied to clipboard
val
properties
:
JsonMap
?
transactional
Opted
In
Link copied to clipboard
val
transactionalOptedIn
:
Long
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
Json
Value
Link copied to clipboard
open
override
fun
toJsonValue
(
)
:
JsonValue
Returns the objects represented as a JsonValue.
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String