Skip to main content

ChatHandle

Properties

off

off: (eventName, handler) => void;

Parameters

ParameterType
eventName| "chat:page_view" | "chat:id_update" | "chat:location_update" | "chat:action_click"
handler(event) => void

Returns

void


on

on: (eventName, handler) => void;

Parameters

ParameterType
eventName| "chat:page_view" | "chat:id_update" | "chat:location_update" | "chat:action_click"
handler(event) => void

Returns

void