Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NullPresenceChannel

Hierarchy

Index

Properties

eventFormatter

eventFormatter: EventFormatter

The event formatter.

name

name: string

The name of the channel.

options

options: any

Channel options.

Methods

here

joining

leaving

listen

  • listen(event: string, callback: function): Channel

listenForWhisper

  • listenForWhisper(event: string, callback: function): Channel

notification

  • notification(callback: function): Channel

on

  • on(event: string, callback: Null.EventCallback): Channel

stopListening

  • stopListening(event: string): Channel

subscribe

  • subscribe(): void

unsubscribe

  • unsubscribe(): void

whisper