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