Class RateMyAppStoreButton

    • Constructor Summary

      Constructors 
      Constructor and Description
      RateMyAppStoreButton(Context context)
      Deprecated. 
      Constructor which will initialise the button with a string value, read from the rate_my_app_dialog_positive_action_label key
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      int getId()
      Deprecated. 
      Gets the id that the button view will be associated with when it is created.
      java.lang.String getLabel()
      Deprecated. 
      Gets the text label that will be applied to the button
      View.OnClickListener getOnClickListener()
      Deprecated. 
      Gets the click listener that will be called when the button is tapped.
      • Methods inherited from class java.lang.Object

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

      • RateMyAppStoreButton

        public RateMyAppStoreButton(Context context)
        Deprecated. 
        Constructor which will initialise the button with a string value, read from the rate_my_app_dialog_positive_action_label key
        Parameters:
        context - a valid context, used for string resolution
    • 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