Request App Review Functions

The Request App Review API uses the kony.application Namespace, are as follows.

Status Codes

Constant Description
REVIEW_FLOW_SUCCESS The requestReview flow is successful.
REVIEW_FLOW_FAILED The requestReview flow has failed.
REVIEW_SUCCESS The requestReview object successfully creates the in-app review popup.
REVIEW_FAILED The requestReview object fails to create the in-app review popup.
REVIEW_FLOW_NOT_REQUESTED The requestReview API is called without (or before) receiving the success status from the requestReviewFlow API or without invoking the requestReviewFlow API itself.
REVIEW_LIBRARY_MISSING The required Google Play Core library is not linked with the application.
GOOGLE_PLAY_SERVICES_UNAVAILABLE The Google Play Store services are missing.
GMS_LIBRARY_MISSING The Google Mobile Services library is not linked with the application.