Messaging for In-App Android
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Messaging for In-App Android
data
/
com.salesforce.android.smi.network.data.domain.conversationEntry.entryPayload
/
EntryPayload
/
QueuePositionPayload
Queue
Position
Payload
@
JsonClass
(
generateAdapter
=
true
)
class
QueuePositionPayload
(
val
id
:
String
,
val
pendingServiceRoutingId
:
String
,
val
workItemId
:
String
,
val
position
:
Int
)
:
EntryPayload
The queue position payload.
Members
Constructors
Queue
Position
Payload
Link copied to clipboard
constructor
(
id
:
String
,
pendingServiceRoutingId
:
String
,
workItemId
:
String
,
position
:
Int
)
Properties
entry
Type
Link copied to clipboard
open
override
val
entryType
:
ConversationEntryType
The entry type for the conversation entry.
id
Link copied to clipboard
open
override
val
id
:
String
The conversation entry ID.
pending
Service
Routing
Id
Link copied to clipboard
val
pendingServiceRoutingId
:
String
position
Link copied to clipboard
val
position
:
Int
work
Item
Id
Link copied to clipboard
val
workItemId
:
String