Enumerations
The following enumerations are available globally.
-
A filter that may be applied when fetching information on an occupied
Channel
(or channels) from the HTTP API.The filter can either be based on the
See moreChannelType
, or a user-specified prefix that allows filtering based on custom naming schemes.Declaration
Swift
public enum ChannelFilter
-
The available channel types for a Pusher Channels application.
See moreDeclaration
Swift
public enum ChannelType : String, Decodable
-
An error encountered whilst using the Pusher Channels HTTP API Swift library.
See moreDeclaration
Swift
public enum PusherError : LocalizedError
extension PusherError: Equatable
-
The Pusher Channels Webhook event types.
See moreDeclaration
Swift
public enum WebhookEventType : String, Codable