Package com.zendesk.sdk.rating.impl
Class SettingsRateMyAppRule
- java.lang.Object
-
- com.zendesk.sdk.rating.impl.SettingsRateMyAppRule
-
- All Implemented Interfaces:
- RateMyAppRule
public class SettingsRateMyAppRule extends java.lang.Object implements RateMyAppRule
Checks if theRateMyAppSettingspermits showing of the RateMyAppDialog Created by Zendesk on 30/07/15.
-
-
Constructor Summary
Constructors Constructor and Description SettingsRateMyAppRule(Context context)Creates a rule based on rate my app settings
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanpermitsShowOfDialog()Checks if this rule permits the showing of the dialogue, false if it does not
-
-
-
Method Detail
-
permitsShowOfDialog
public boolean permitsShowOfDialog()
Description copied from interface:RateMyAppRuleChecks if this rule permits the showing of the dialogue, false if it does not- Specified by:
permitsShowOfDialogin interfaceRateMyAppRule- Returns:
- true if this rule permits the showing of the dialogue, false if it does not
-
-