toggle menu
Quobis Android SDK (internal 2.10.0)
androidJvm
switch theme
search in API
Quobis Android SDK (internal 2.10.0)
/
com.quobis.sippo.sipposdk.channels.model
/
VoiceChannelPage
Voice
Channel
Page
data
class
VoiceChannelPage
(
val
items
:
List
<
VoiceChannelListItem
>
,
val
page
:
Int
,
val
pageSize
:
Int
,
val
total
:
Int
?
)
Members
Constructors
Voice
Channel
Page
Link copied to clipboard
constructor
(
items
:
List
<
VoiceChannelListItem
>
,
page
:
Int
,
pageSize
:
Int
,
total
:
Int
?
)
Properties
items
Link copied to clipboard
val
items
:
List
<
VoiceChannelListItem
>
page
Link copied to clipboard
val
page
:
Int
page
Size
Link copied to clipboard
val
pageSize
:
Int
total
Link copied to clipboard
val
total
:
Int
?