Package com.zendesk.sdk.rating.impl
Class RateMyAppRules
- java.lang.Object
- 
- com.zendesk.sdk.rating.impl.RateMyAppRules
 
- 
 Deprecated.Rate My App is deprecated as of 1.10.0.1. See our open source alternative instead.
 @Deprecated public class RateMyAppRules extends java.lang.ObjectThis class models a collection ofRateMyAppRulewhich must be satisfied before aRateMyAppDialogis permitted to show. Created by Zendesk on 30/07/15.
- 
- 
Constructor SummaryConstructors Constructor and Description RateMyAppRules(RateMyAppRule... rules)Deprecated.Creates aRateMyAppRulesfor the given Rules.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description booleancheckRules()Deprecated.Checks the rules in order that they were added
 
- 
- 
- 
Constructor Detail- 
RateMyAppRulespublic RateMyAppRules(RateMyAppRule... rules) Deprecated.Creates aRateMyAppRulesfor the given Rules.- Parameters:
- rules- The rules to check
 
 
- 
 
-