Package com.zendesk.sdk.rating.impl
Class RateMyAppRules
- java.lang.Object
-
- com.zendesk.sdk.rating.impl.RateMyAppRules
-
public class RateMyAppRules extends java.lang.Object
This class models a collection ofRateMyAppRule
which must be satisfied before aRateMyAppDialog
is permitted to show. Created by Zendesk on 30/07/15.
-
-
Constructor Summary
Constructors Constructor and Description RateMyAppRules(RateMyAppRule... rules)
Creates aRateMyAppRules
for the given Rules.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description boolean
checkRules()
Checks the rules in order that they were added
-
-
-
Constructor Detail
-
RateMyAppRules
public RateMyAppRules(RateMyAppRule... rules)
Creates aRateMyAppRules
for the given Rules.- Parameters:
rules
- The rules to check
-
-