PNMessageCountResult

class PNMessageCountResult(val channels: Map<String, Long>)

Result of the MessageCounts operation.

Constructors

Link copied to clipboard
constructor(channels: Map<String, Long>)

Properties

Link copied to clipboard

A map with values of Long for each channel. Channels without messages have a count of 0. Channels with 10,000 messages or more have a count of 10000.