Package 

Interface DevOptionHandler


  • 
    public interface DevOptionHandler
    
                        

    Callback class for custom options that may appear in DevSupportManager developer options menu. In case when option registered for this handler is selected from the menu, the instance method onOptionSelected will be triggered.

    • Method Summary

      Modifier and Type Method Description
      abstract void onOptionSelected() Triggered in case when user select custom developer option from the developers options menudisplayed with DevSupportManager.
      • Methods inherited from class java.lang.Object

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

      • onOptionSelected

         abstract void onOptionSelected()

        Triggered in case when user select custom developer option from the developers options menudisplayed with DevSupportManager.