Class AndroidStoreReviewService
java.lang.Object
com.gluonhq.attach.storereview.impl.AndroidStoreReviewService
- All Implemented Interfaces:
StoreReviewService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrequestStoreReview(String fallbackURL) Prompts the user with a request to rate and do a review of the current app in the store, without leaving the app Warning: on iOS it can be used only up to three times a year for the same app and version, and also the user could have disabled it from Settings
-
Constructor Details
-
AndroidStoreReviewService
public AndroidStoreReviewService()
-
-
Method Details
-
requestStoreReview
Description copied from interface:StoreReviewServicePrompts the user with a request to rate and do a review of the current app in the store, without leaving the app Warning: on iOS it can be used only up to three times a year for the same app and version, and also the user could have disabled it from Settings- Specified by:
requestStoreReviewin interfaceStoreReviewService- Parameters:
fallbackURL- A string with a URL to access directly the store to leave a review, in case the request failed
-