[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[],["The `BaseArFragment.OnSessionInitializationListener` interface is invoked upon ARCore Session initialization. It includes one key method: `onSessionInitialization(Session session)`. This callback is triggered exactly once after a Session is set up, but before the Session begins. The method provides the initialized ARCore `Session` as a parameter, which is used to interact with the AR environment. This method allows the developer to have control before the first use of the Session.\n"]]