Package com.zendesk.sdk.rating.impl
Class IdentityRateMyAppRule
- java.lang.Object
-
- com.zendesk.sdk.rating.impl.IdentityRateMyAppRule
-
- All Implemented Interfaces:
- RateMyAppRule
public class IdentityRateMyAppRule extends java.lang.Object implements RateMyAppRule
A rule which checks that we have a valid identity. If the identity is valid then we can show the Dialog
Valid identities are:- JWT
- Anonymous if conversations is enabled
- Anonymous if conversations is disabled but the identity has an email address
-
-
Constructor Summary
Constructors Constructor and Description IdentityRateMyAppRule(Context context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanpermitsShowOfDialog()Checks if this rule permits the showing of the dialogue, false if it does not
-
-
-
Method Detail
-
permitsShowOfDialog
public boolean permitsShowOfDialog()
Description copied from interface:RateMyAppRuleChecks if this rule permits the showing of the dialogue, false if it does not- Specified by:
permitsShowOfDialogin interfaceRateMyAppRule- Returns:
- true if this rule permits the showing of the dialogue, false if it does not
-
-