Module: native/Consent
Functions
default
▸ default(__namedParameters): Element
This screen lets a user visit the privacy and terms URL.
The user can then agree by checking off a checkbox and pressing the submit button.
At that point, the onAccept callback is triggered.
This page contains the following translation keys:
- consent_title
- consent_intro
- consent_body
- Read
- the privacy policy
- and
- the terms and conditions
- I understand
- Ready to get started?
- Let's go
Parameters
| Name | Type |
|---|---|
__namedParameters | Object |
__namedParameters.onAccept | () => void |
Returns
Element