PNHereNowChannelData
class PNHereNowChannelData(val channelName: String, val occupancy: Int, var occupants: List<PNHereNowOccupantData> = emptyList())
Wrapper class representing 'here now' data for a given channel.
Constructors
Link copied to clipboard
constructor(channelName: String, occupancy: Int, occupants: List<PNHereNowOccupantData> = emptyList())
Properties
Link copied to clipboard
The channel name.
Link copied to clipboard
List of PNHereNowOccupantData (users) currently in the channel.