PNHereNowResult
class PNHereNowResult(val totalChannels: Int, val totalOccupancy: Int, val channels: MutableMap<String, PNHereNowChannelData> = mutableMapOf())
Result of the HereNow operation.
Constructors
Link copied to clipboard
constructor(totalChannels: Int, totalOccupancy: Int, channels: MutableMap<String, PNHereNowChannelData> = mutableMapOf())
Properties
Link copied to clipboard
A map with values of PNHereNowChannelData for each channel.
Link copied to clipboard
Total number channels matching the associated HereNow call.
Link copied to clipboard
Total occupancy matching the associated HereNow call.