Interface BaseArFragment.OnSessionInitializationListener

  • Enclosing class:
    BaseArFragment

    public static interface BaseArFragment.OnSessionInitializationListener
    Invoked when the ARCore Session is initialized.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onSessionInitialization​(com.google.ar.core.Session session)
      The callback will only be invoked once after a Session is initialized and before it is resumed for the first time.
    • Method Detail

      • onSessionInitialization

        void onSessionInitialization​(com.google.ar.core.Session session)
        The callback will only be invoked once after a Session is initialized and before it is resumed for the first time.
        Parameters:
        session - The ARCore Session.
        See Also:
        #setOnSessionInitializationListener(OnTapArPlaneListener)