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

listMiniApp

abstract suspend fun listMiniApp(): List<MiniAppInfo>

Fetches and lists out the mini applications available in the MiniApp Ecosystem.

Exceptions

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

Return List of type MiniAppInfo when obtained successfully