A factory for creating a TilesetContentLoader from data from the iTwin Reality Management API.
virtual CesiumAsync::Future< Cesium3DTilesSelection::TilesetContentLoaderResult< Cesium3DTilesSelection::TilesetContentLoader > > createLoader(const TilesetExternals &externals, const TilesetOptions &tilesetOptions, const AuthorizationHeaderChangeListener &headerChangeListener) override
Creates an instance of the loader corresponding to this factory.
ITwinRealityDataContentLoaderFactory(const std::string &realityDataId, const std::optional< std::string > &iTwinId, const std::string &iTwinAccessToken, TokenRefreshCallback &&tokenRefreshCallback)
Creates a new factory for loading iTwin reality data.
std::function< CesiumAsync::Future< CesiumUtility::Result< std::string > >( const std::string &)> TokenRefreshCallback
Callback to obtain a new access token for the iTwin API. Receives the previous access token as parame...
virtual bool isValid() const override
Returns true if a valid TilesetContentLoader can be constructed from this factory.
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.
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,...