View on GitHub

meta-android-sdk

Render Metaverse Experiences in your own apps

MetaverseSDK / io.gometa.sdk / Meta / loadStoryboardSummary

loadStoryboardSummary

@JvmStatic fun loadStoryboardSummary(storyboardId: String): LiveData<Result<StoryboardSummary>>

Load the StoryboardSummary for a given storyboard ID. Note that the SDK performs no, caching. It is up the the host app to cache and re-use any data they’d like.

Parameters

storyboardId - The ID of the storyboard to load.

Return LiveData to report the state and result of the load operation.