Interface RateMyAppButtonContainer.RateMyAppSelectionListener

  • All Superinterfaces:
    java.io.Serializable
    Enclosing class:
    RateMyAppButtonContainer

    Deprecated.

    @Deprecated
    public static interface RateMyAppButtonContainer.RateMyAppSelectionListener
    extends java.io.Serializable
    This interface defines the behaviour that buttons should inform their parent when they were clicked.
    • Method Detail

      • selectionMade

        void selectionMade(int buttonId)
        Deprecated. 
        Called when a button has been clicked.
        Parameters:
        buttonId - The ID of the button that was clicked. Please note that this method wil never be called if the button has the View#NO_ID id