pubnub-kotlin-docs
Toggle table of contents
13.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-gson-api
/
com.pubnub.api.java.models.consumer.objects_api.membership
/
PNChannelMembership
/
JustChannel
Just
Channel
open
class
JustChannel
:
PNChannelMembership
Represents a membership with only a channel ID.
Members
Constructors
Just
Channel
Link copied to clipboard
constructor
(
@
NonNull
channelId
:
@
NonNull
PNChannelMembership.ChannelId
)
Functions
builder
Link copied to clipboard
open
fun
builder
(
channelId
:
String
)
:
PNChannelMembership.Builder
channel
Link copied to clipboard
open
fun
channel
(
channelId
:
String
)
:
PNChannelMembership
channel
With
Custom
Link copied to clipboard
open
fun
channelWithCustom
(
channelId
:
String
,
custom
:
Any
)
:
PNChannelMembership