miniapp / com.rakuten.tech.mobile.miniapp / MiniApp / fetchInfo

fetchInfo

abstract suspend fun fetchInfo(appId: String): MiniAppInfo

Fetches meta data information of a mini app.

Exceptions

MiniAppNotFoundException - when the specified project ID does not have any mini app exist on the server.

MiniAppHasNoPublishedVersionException - when the specified mini app ID exists on the server but has no published versions

MiniAppSdkException - when fetching fails from the BE server for any other reason.

Return MiniAppInfo for the provided appId of a mini app