This event is triggered when a user opens the Prenly native reader application (iOS, Android).
This may occur when:
When the application is opened, a consent dialog can be shown if the user has not already given consent. In those cases this event will be triggered after consent has been given.
| Attribute | Belongs to | Data type | Description |
|---|---|---|---|
| push_notifications_enabled | Application | boolean | Whether user has turned on push notifications |
Note that contextual data will normally be included when an event is exported.
| Attribute | Example value |
|---|---|
| push_notifications_enabled | true |
Note that many integrations send boolean values as strings (
"0"or"true"). Please refer to the documentation for each specific integration.