Interface Manager

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void dispose()
      Dispose manager and release all necessary resources.
      android.content.Context getContext()
      Get the context for which manager was initialized.
      void init​(android.content.Context context)
      Initialize manager.
      boolean isInit()
      Check initialization of manager.
    • Method Detail

      • isInit

        boolean isInit()
        Check initialization of manager.
        Returns:
        true, if manager was initialized
      • init

        void init​(android.content.Context context)
        Initialize manager.
        Parameters:
        context - the context for which manager will be initialized.
      • getContext

        android.content.Context getContext()
        Get the context for which manager was initialized.
        Returns:
        the context
      • dispose

        void dispose()
        Dispose manager and release all necessary resources.