AppticsInAppRating class
Constructors
Properties
- daysBeforeShowingPopupAgain → int
-
Applicable exclusively to the Android platform.
no setter
- disableAutoPromptOnFulFillingCriteria → bool
-
Applicable exclusively to the Android platform.
no setter
- disableIfNotInstalledFromPlayStore → bool
-
Applicable exclusively to the Android platform.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxTimesToShowPopup → int
-
Number of times to show in-app ratings pop-up.
Applicable exclusively to the Android platform.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showStoreAlertOnFulFillingCriteria → bool
-
Applicable exclusively to the Android platform.
no setter
Methods
-
checkForRatingPop(
BuildContext context, {bool isFeedbackEnabled = false}) → Future< void> - Check for In-app Ratings. @params context @param isFeedbackEnabled bool - Set to true to activate the "Send Feedback" option.
-
getCriteriaId(
) → Future< int?> - Build Your own UI for using
-
isAppticsFeedbackModuleAvailable(
) → Future< bool?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openFeedback(
) → Future< void> -
openPlayStore(
) → Future< void> -
sentStats(
int criteriaId, PopupAction popupAction) → Future< void> - Update in-app ratings engagement stats to Apptics. Used in-case of building your own UI for in-app ratings. @param criteriaId Long value provided in customUiCallback. @param popupAction PopupAction enum to represent engagement.
-
setDaysBeforeShowingPopupAgain(
int dayCount) → Future< void> - Set number of days before showing ratings pop-up again once user cancels/ignores the pop-up. Applicable exclusively to the Android platform.
-
setDisableAutoPromptOnFulFillingCriteria(
bool isDisable) → Future< void> - Disable showing in-app ratings pop-up automatically on satisfying criterion. Applicable exclusively to the Android platform.
-
setMaxTimesToShowPopup(
int maxTime) → Future< void> - Number of times to show in-app ratings pop-up. default value 3. Applicable exclusively to the Android platform.
-
setShowStoreAlertOnFulFillingCriteria(
bool isShow) → Future< void> - To invoke play-core in-app ratings SDK on satisfying criterion. Applicable exclusively to the Android platform.
-
toString(
) → String -
A string representation of this object.
inherited
-
updateRatingShown(
) → Future< void> - Method for marking the rating popup.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → AppticsInAppRating
-
no setter