Gleap allows you to share release notes & news articles with your customers.You can send release notes & news directly within the Gleap Dashboard. Once sent, the user gets notified when he starts his next session.
If you’d like to manually a news article directly within the Gleap widget, you can do so by calling the following method:
Copy
Gleap.openNewsArticle("articleId", false);
The first parameter articleId defines the article to show.The second parameter showBackButton sets whether or not the main tabbar and back buttons will be shown.