HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /var/www/negocios.lapieza.do/node_modules/laravel-echo/dist/channel/
Upload File :
Current File : /var/www/negocios.lapieza.do/node_modules/laravel-echo/dist/channel/pusher-presence-channel.d.ts
import { PusherChannel } from './pusher-channel';
import { PresenceChannel } from './presence-channel';
/**
 * This class represents a Pusher presence channel.
 */
export declare class PusherPresenceChannel extends PusherChannel implements PresenceChannel {
    /**
     * Register a callback to be called anytime the member list changes.
     */
    here(callback: Function): PusherPresenceChannel;
    /**
     * Listen for someone joining the channel.
     */
    joining(callback: Function): PusherPresenceChannel;
    /**
     * Send a whisper event to other clients in the channel.
     */
    whisper(eventName: string, data: any): PusherPresenceChannel;
    /**
     * Listen for someone leaving the channel.
     */
    leaving(callback: Function): PusherPresenceChannel;
}