helpers/gleap_js_sdk_helper library

Functions

askAI(JSString question, JSBoolean showBackButton) → void
attachCustomData(JSString customData) → void
attachNetworkLogs(JSString networkLogs) → void
clearCustomData() → void
clearIdentity() → void
clearTicketAttributes() → void
close() → void
disableConsoleLog() → void
getIdentity() JSAny?
identify(JSString userId, JSString? userData, JSString? userHash) → void
initialize(JSString token) → void
isOpened() JSBoolean
isUserIdentified() JSBoolean
log(JSString message, JSString? logLevel) → void
open() → void
openChecklist(JSString checklistId, JSBoolean showBackButton) → void
openChecklists(JSBoolean showBackButton) → void
openConversation(JSString shareToken) → void
openConversations() → void
openFeatureRequests(JSBoolean showBackButton) → void
openHelpCenter(JSBoolean showBackButton) → void
openHelpCenterArticle(JSString articleId, JSBoolean showBackButton) → void
openHelpCenterCollection(JSString collectionId, JSBoolean showBackButton) → void
openNews(JSBoolean showBackButton) → void
openNewsArticle(JSString articleId, JSBoolean showBackButton) → void
preFillForm(JSString formData) → void
registerCustomAction(JSFunction callbackHandler) → void
registerEvents(JSString name, JSFunction callbackHandler) → void
removeCustomData(JSString key) → void
searchHelpCenter(JSString term, JSBoolean showBackButton) → void
sendSilentCrashReport(JSString description, JSString severity, JSString excludeData) → void
setAiTools(JSAny tools) → void
setApiUrl(JSString url) → void
setCustomData(JSString key, JSString value) → void
setDisableInAppNotifications(JSBoolean disable) → void
setFrameUrl(JSString url) → void
setLanguage(JSString language) → void
setNetworkLogPropsToIgnore(JSArray<JSAny?> filters) → void
setNetworkLogsBlacklist(JSArray<JSAny?> networkLogBlacklist) → void
setTags(JSArray<JSAny?> tags) → void
setTicketAttribute(JSString key, JSAny? value) → void
showFeedbackButton(JSBoolean visible) → void
showSurvey(JSString surveyId, JSString format) → void
startBot(JSString botId) → void
startChecklist(JSString outboundId, JSBoolean showBackButton) → void
startClassicForm(JSString formId) → void
startConversation() → void
startFeedbackFlow(JSString flow, JSBoolean showBackButton) → void
stringify(JSAny obj) JSString
trackEvent(JSString event, JSString? data) → void
unsetTicketAttribute(JSString key) → void
updateContact(JSAny? customerData) → void