Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gleap.io/llms.txt

Use this file to discover all available pages before exploring further.

Gleap allows you to share release notes & news articles with your customers. Release notes and news for your app or website You can send release notes & news directly within the Gleap Dashboard. Once sent, the user gets notified when he starts his next session.

Open the news section by code

If you’d like to manually show the news section of the Gleap widget, you can do so by calling the following method:
cordova.plugins.GleapPlugin.openNews(false);
The first parameter showBackButton sets whether or not the main tabbar and back buttons will be shown.