Interface MapScene.LoadSceneCallback

  • Enclosing class:
    MapScene
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface MapScene.LoadSceneCallback

    Called on the main thread after loadScene() method finishes loading the scene.

    • Method Detail

      • onLoadScene

        void onLoadScene​(@Nullable
                         MapError loadSceneError)

        Called on the main thread after loadScene() method finishes loading the scene.

        Parameters:
        loadSceneError -

        The load scene error