Class NetworkRateMyAppRule

  • All Implemented Interfaces:
    RateMyAppRule

    Deprecated. 
    Rate My App is deprecated as of 1.10.0.1. See our open source alternative instead.

    @Deprecated
    public class NetworkRateMyAppRule
    extends java.lang.Object
    implements RateMyAppRule
    A rule which checks that we are connected to the internet before the RateMyAppDialog is allowed to show. Created by Zendesk on 30/07/15.
    • Constructor Summary

      Constructors 
      Constructor and Description
      NetworkRateMyAppRule(Context context)
      Deprecated. 
      Creates a network based rule.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      boolean permitsShowOfDialog()
      Deprecated. 
      Checks if this rule permits the showing of the dialogue, false if it does not
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NetworkRateMyAppRule

        public NetworkRateMyAppRule(Context context)
        Deprecated. 
        Creates a network based rule. This rule requires that a network connection is available
        Parameters:
        context - a valid context
    • Method Detail

      • permitsShowOfDialog

        public boolean permitsShowOfDialog()
        Deprecated. 
        Description copied from interface: RateMyAppRule
        Checks if this rule permits the showing of the dialogue, false if it does not
        Specified by:
        permitsShowOfDialog in interface RateMyAppRule
        Returns:
        true if this rule permits the showing of the dialogue, false if it does not