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 theRateMyAppSettings
permits 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 boolean
permitsShowOfDialog()
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:RateMyAppRule
Checks if this rule permits the showing of the dialogue, false if it does not- Specified by:
permitsShowOfDialog
in interfaceRateMyAppRule
- Returns:
- true if this rule permits the showing of the dialogue, false if it does not
-
-