Actions
InAppRequestReview
Action that triggers an InAppReview. It only works if the action is triggered in an app with the same identifier that is in App/Play Store. It has a fallback in case this action does not work due to a plugin's error. Note: Not being able to open the InAppReview due to the identifier of the app not being available in App/Play Store is not considered a failure. Furthermore, the InAppReview for Android has a time bound quota defined by Google which ensures that the InAppReview dialog is not shown everytime to the user. Additionally, the same thing happens for iOS where the review prompt is limited to three times a year.
OpenStoreScreen
Launches App/Play store page with a review form. By default current app screen is displayed but a package name can be passed to show another app's details.
CheckAppReviewPlugin
Action that checks the plugin's availability. It's being called inside of every action that uses a plugin method to check its availability.
How to demo InAppRequestReview action?
Action that triggers an InAppReview. It only works if the action is triggered in an app with the same identifier that is in App/Play Store.