Airship Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Airship Android SDK
urbanairship-preference-center
/
com.urbanairship.preferencecenter.data
/
Item
/
ContactManagement
/
SmsSenderInfo
Sms
Sender
Info
data
class
SmsSenderInfo
(
val
senderId
:
String
,
val
placeholderText
:
String
,
val
dialingCode
:
String
,
val
displayName
:
String
)
Members
Constructors
Sms
Sender
Info
Link copied to clipboard
constructor
(
senderId
:
String
,
placeholderText
:
String
,
dialingCode
:
String
,
displayName
:
String
)
Properties
dialing
Code
Link copied to clipboard
val
dialingCode
:
String
display
Name
Link copied to clipboard
val
displayName
:
String
placeholder
Text
Link copied to clipboard
val
placeholderText
:
String
sender
Id
Link copied to clipboard
val
senderId
:
String
Functions
to
Json
Link copied to clipboard
fun
toJson
(
)
:
JsonMap