pubnub-kotlin-docs
Toggle table of contents
13.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-api
/
com.pubnub.api.models.consumer.objects.member
/
PNMemberArrayResult
/
PNMemberArrayResult
PNMember
Array
Result
constructor
(
status
:
Int
,
data
:
Collection
<
PNMember
>
,
totalCount
:
Int
?
,
next
:
PNPage.PNNext
?
,
prev
:
PNPage.PNPrev
?
)