public static interface
BaseArFragment.OnSessionInitializationListener
Invoked when the ARCore Session is initialized.
Public Methods
abstract void |
onSessionInitialization(Session session)
The callback will only be invoked once after a Session is initialized and before it is
resumed for the first time.
|
Public Methods
public abstract void onSessionInitialization (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. |
---|