Package com.zendesk.sdk.rating
Interface RateMyAppRule
-
- All Known Implementing Classes:
- IdentityRateMyAppRule, MetricsRateMyAppRule, NetworkRateMyAppRule, SettingsRateMyAppRule
public interface RateMyAppRuleDefines the behaviour of a rule which will permit theRateMyAppDialogto show or not. Created by Zendesk on 30/07/15.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description booleanpermitsShowOfDialog()Checks if this rule permits the showing of the dialogue, false if it does not
-