Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PusherConnector

Hierarchy

Callable

Index

Properties

channels

channels: any

All of the subscribed channel names.

options

options: Config

Connector options.

pusher

pusher: Pusher

The Pusher instance.

Methods

channel

connect

  • connect(): void

disconnect

  • disconnect(): void

leave

  • leave(channel: string): void

listen

  • listen(name: string, event: string, callback: pusher.EventCallback): PusherChannel

presenceChannel

privateChannel

socketId

  • socketId(): string