Airship Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Airship Android SDK
urbanairship-core
/
com.urbanairship.contacts
/
ConflictEvent
/
ConflictEvent
Conflict
Event
constructor
(
tagGroups
:
Map
<
String
,
Set
<
String
>
>
=
emptyMap()
,
attributes
:
Map
<
String
,
JsonValue
>
=
emptyMap()
,
subscriptionLists
:
Map
<
String
,
Set
<
Scope
>
>
=
emptyMap()
,
associatedChannels
:
List
<
ConflictEvent.ChannelInfo
>
=
emptyList()
,
conflictingNameUserId
:
String
?
=
null
)