Skip to main content

📰 Release notes & news

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:

Gleap.openNews(false)

The first parameter showBackButton sets whether or not the main tabbar and back buttons will be shown.

Open a news article by code

If you'd like to manually a news article directly within the Gleap widget, you can do so by calling the following method:

Gleap.openNewsArticle("articleId", andShowBackButton: 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.