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.membership
/
PNChannelMembership
/
PNChannelMembership
PNChannel
Membership
constructor
(
channel
:
PNChannelMetadata
,
custom
:
PatchValue
<
Map
<
String
,
Any
?
>
?
>
?
=
null
,
updated
:
String
,
eTag
:
String
,
status
:
PatchValue
<
String
?
>
?
=
null
,
type
:
PatchValue
<
String
?
>
?
=
null
)