Package com.zendesk.sdk.rating.impl
Class RateMyAppRules
- java.lang.Object
-
- com.zendesk.sdk.rating.impl.RateMyAppRules
-
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 Summary
Constructors Constructor and Description RateMyAppRules(RateMyAppRule... rules)Creates aRateMyAppRulesfor the given Rules.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleancheckRules()Checks the rules in order that they were added
-
-
-
Constructor Detail
-
RateMyAppRules
public RateMyAppRules(RateMyAppRule... rules)
Creates aRateMyAppRulesfor the given Rules.- Parameters:
rules- The rules to check
-
-