toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.contacts
/
StableContactInfo
Stable
Contact
Info
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
StableContactInfo
(
val
contactId
:
String
,
val
namedUserId
:
String
?
)
Members
Constructors
Stable
Contact
Info
Link copied to clipboard
constructor
(
contactId
:
String
,
namedUserId
:
String
?
)
Properties
contact
Id
Link copied to clipboard
val
contactId
:
String
named
User
Id
Link copied to clipboard
val
namedUserId
:
String
?