[FREE] InAppReview Extension - Core Library 1.10.2
All blocks
One function and three events available.
Ready
It's rises when extension is ready to launch the review flow.
LaunchReviewFlow
Call this block to open the review flow. You should call this block in Ready event. In companion mode you may see fake review flow. But after build the application you will see real flow.
ReviewCompleted
It's rises when user submitted review or canceled the review flow. Google core api doesn't return any success value to identify review success. You can call again LaunchReviewFlow after long time. If user already reviewed, google will handle it.
Failed
It's rises when extension failed to initialize.
Demo blocks