android inventory agent 1.0.0

Code documentation

--- layout: codeDocumentation --- --- layout: codeDocumentation --- About.View
org.glpi.inventory.agent.core.about

Interface About.View

  • All Known Implementing Classes:
    FragmentAbout
    Enclosing interface:
    About


    public static interface About.View
    • Method Detail

      • showAboutSuccess

        void showAboutSuccess(java.lang.String message)
      • showAboutFail

        void showAboutFail()
Back to top