toggle menu
Quobis Android SDK (internal 0.82.1)
androidJvm
switch theme
search in API
Quobis Android SDK (internal 0.82.1)
/
com.quobis.sippo.sipposdk.chat.model
/
MessageQuery
Message
Query
data
class
MessageQuery
(
val
startStanzaId
:
String
?
,
val
endStanzaId
:
String
?
,
val
maxPageSize
:
Int
=
15
)
Members
Constructors
Message
Query
Link copied to clipboard
constructor
(
startStanzaId
:
String
?
,
endStanzaId
:
String
?
,
maxPageSize
:
Int
=
15
)
Properties
end
Stanza
Id
Link copied to clipboard
val
endStanzaId
:
String
?
max
Page
Size
Link copied to clipboard
val
maxPageSize
:
Int
=
15
start
Stanza
Id
Link copied to clipboard
val
startStanzaId
:
String
?