View events
In the graphic below you can see the part that is covered in this chapter:
A purple application technically consists of a native part and an experience part that runs within a web view.
The view events in this documentation are listed under the Native app or Experience subchapters based on the origin they occur.
Android / iOS:
Whenever the app menu becomes visible.
Android: Does not exist. iOS: When the sharing screen becomes visible.
Every time an issue inside the issue pager is visible.
Every time a page of an issue inside the issue pager is visible
Android / iOS:
When the table of contents pop-up is opened for an issue.
The view event name is composed on a template as follows: STOREFRONT_${transformed_name_of_view} The full view event name is composed at runtime and the value of "name_of_view" is based on the view name field for the corresponding view in the views.json.
The value of name_of_view * will uppercased and * hyphens are replaced with underscores.
Only the standard views are documented in this chapter. The event names can differ based on the configuration ("views.json") of the specific project.
The bookmark view has been opened.
The feed view has been opened.
The home view has been opened.
The issue details view has been opened.
The login view has been opened.
Newsstand view has been opened.
Search view has been opened.
Subscriptions view has been opened.