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 mini app ID does not 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