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 Summary

    Modifier and Type
    Method
    Description
    void
    onLoadScene(MapError loadSceneError)
    Called on the main thread after loadScene() method finishes loading the scene.
  • Method Details

    • onLoadScene

      void onLoadScene(@Nullable MapError loadSceneError)

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

      Parameters:
      loadSceneError -

      The load scene error