Package com.zendesk.sdk.rating
Interface RateMyAppRule
-
- All Known Implementing Classes:
- IdentityRateMyAppRule, MetricsRateMyAppRule, NetworkRateMyAppRule, SettingsRateMyAppRule
Deprecated.Rate My App is deprecated as of 1.10.0.1. See our open source alternative instead.
@Deprecated 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 Deprecated Methods Modifier and Type Method and Description booleanpermitsShowOfDialog()Deprecated.Checks if this rule permits the showing of the dialogue, false if it does not
-