miniapp / com.rakuten.tech.mobile.miniapp.navigator / MiniAppNavigator

MiniAppNavigator

interface MiniAppNavigator

The navigation controller of sdk mini app view. You can optionally pass an implementation of this when creating a mini app using MiniApp.create

Functions

openExternalUrl Open the external url by browser or webview.abstract fun openExternalUrl(url: String, externalResultHandler: ExternalResultHandler): Unit

Inheritors

MiniAppDownloadNavigator File download controller for mini app view. This interface can optionally be used with your MiniAppNavigator if you wish to intercept file download requests from the mini app. If you do not use this interface, then default handling will be used for file download requests.interface MiniAppDownloadNavigator : MiniAppNavigator