miniapp / com.rakuten.tech.mobile.miniapp.navigator / MiniAppExternalUrlLoader / loaderWithId
loaderWithId
fun loaderWithId(miniAppId: String, activity: Activity? = null): MiniAppExternalUrlLoader
Creates new MiniAppExternalUrlLoader.
Parameters
miniAppId - The id of loading mini app.
activity - The Activity contains webview. Pass the activity if you want to auto finish
the Activity with current external loading url as result data.