Initialize PusherMock
Returns a list of all channels
Bind a callback to an event on all channels
name of the event to bind to.
callback to be called on event.
Mock subscribing to a channel.
name of the channel.
PusherChannelMock object that represents channel
Unbind a callback from an event on all channels
name of the event to unbind from.
callback to be called on event.
Unsubscribe from a mocked channel.
name of the channel.
Generated using TypeDoc
Class representing fake Pusher Client.