toggle menu
pubnub-kotlin-core-api
10.2.0
common
switch theme
search in API
pubnub-kotlin-core-api
/
com.pubnub.api.models.consumer.channel_group
/
PNChannelGroupsAllChannelsResult
PNChannel
Groups
All
Channels
Result
common
class
PNChannelGroupsAllChannelsResult
(
val
channels
:
List
<
String
>
)
Result of the ListChannelsForChannelGroup operation.
Members
Constructors
PNChannel
Groups
All
Channels
Result
Link copied to clipboard
common
constructor
(
channels
:
List
<
String
>
)
Properties
channels
Link copied to clipboard
common
val
channels
:
List
<
String
>
List of channels belonging to a channel group.