Class BadgeClickListener


  • public abstract class BadgeClickListener
    extends java.lang.Object
    Click listener for the Badge list
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void onBadgeClick​(Badge badge, android.view.View view, int position)
      Abstract method to be called after clicking an item from the list
      • Methods inherited from class java.lang.Object

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

      • BadgeClickListener

        public BadgeClickListener()
    • Method Detail

      • onBadgeClick

        public abstract void onBadgeClick​(Badge badge,
                                          android.view.View view,
                                          int position)
        Abstract method to be called after clicking an item from the list
        Parameters:
        badge - object of type Badge
        view - the view which received the click
        position - position of the View