Class RateMyAppDontAskAgainButton

  • All Implemented Interfaces:
    RateMyAppButton, java.io.Serializable

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

    @Deprecated
    public class RateMyAppDontAskAgainButton
    extends BaseRateMyAppButton
    This button is for when you want to dismiss the dialog and never show it again to the user.
    See Also:
    Serialized Form
    • Constructor Detail

      • RateMyAppDontAskAgainButton

        public RateMyAppDontAskAgainButton(Context context)
        Deprecated. 
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        Deprecated. 
        Description copied from interface: RateMyAppButton
        Gets the text label that will be applied to the button
        Returns:
        The string to be applied to the RateMyAppButton
      • getOnClickListener

        public View.OnClickListener getOnClickListener()
        Deprecated. 
        Description copied from interface: RateMyAppButton
        Gets the click listener that will be called when the button is tapped.
        Returns:
        the android.view.View.OnClickListener that will be invoked for this button
      • getId

        public int getId()
        Deprecated. 
        Description copied from interface: RateMyAppButton
        Gets the id that the button view will be associated with when it is created.
        Specified by:
        getId in interface RateMyAppButton
        Overrides:
        getId in class BaseRateMyAppButton
        Returns:
        the id of the button