In-App Review¶
Non-Visible componentCategory | Requires | Version |
---|---|---|
Experimental | API 21, Android 5.0 Lollipop | 1 |
Overview¶
A non-visible component that lets the user review the app within the app.
Note: For this component to work correctly, set the MIN API to 21 (Android 5).
Events¶
Initialized¶
Use this event to check if the app is ready to request the user to review
Review Closed¶
Use this event to know when the review popup was closed (this triggers always, even if the user did not review)
Methods¶
Request Review¶
Launch the flow for a user to review the app
Properties¶
Is Ready¶
Boolean Read - Blocks
Check if the InApp Review component is ready to request a review
Test Mode¶
Boolean Default: false Read Write - Designer Blocks
Whether it is testing mode enabled or not.