Skip to content

v13.1.0

Compare
Choose a tag to compare
@boehlerlukas boehlerlukas released this 18 Dec 11:09
· 118 commits to master since this release

Added Gleap.on("unread-count-changed", (unreadCount) => { console.log("Unread count changed: ", unreadCount); });
Added function startConversation(showBackButton?: boolean): void;
Added function startClassicForm( formId: string, showBackButton?: boolean ): void;