A factory to create a tileset loader.
std::function< void(const std::string &header, const std::string &headerValue)> AuthorizationHeaderChangeListener
The type of a callback called when the Authorization header used by a tileset loader has changed.
virtual bool isValid() const =0
Returns true if a valid TilesetContentLoader can be constructed from this factory.
virtual CesiumAsync::Future< Cesium3DTilesSelection::TilesetContentLoaderResult< Cesium3DTilesSelection::TilesetContentLoader > > createLoader(const TilesetExternals &externals, const TilesetOptions &tilesetOptions, const AuthorizationHeaderChangeListener &headerChangeListener)=0
Creates an instance of the loader corresponding to this factory.
The loader interface to load the tile content.
External interfaces used by a Tileset.
The result of creating a TilesetContentLoader, including the status, request, and any errors,...