miniapp / com.rakuten.tech.mobile.miniapp / MiniApp / create
create
abstract suspend fun create(info:
MiniAppInfo
):
MiniAppDisplay
Creates a mini app.
Parameters
info
- metadata of a mini app.
The mini app is downloaded, saved and provides a MiniAppDisplay when successful
Exceptions
MiniAppSdkException
- when there is some issue during fetching,
downloading or creating the view.