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

Package com.rakuten.tech.mobile.miniapp.navigator

Types

ExternalResultHandler The url transmitter from external factors to mini app view.class ExternalResultHandler
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
MiniAppExternalUrlLoader This support the scenario that external loader redirect to url which is only supported in mini app view, close the external loader and emit that url to mini app view by ExternalResultHandler.emitResult.class MiniAppExternalUrlLoader
MiniAppNavigator The navigation controller of sdk mini app view. You can optionally pass an implementation of this when creating a mini app using MiniApp.createinterface MiniAppNavigator