miniapp / com.rakuten.tech.mobile.miniapp.navigator / ExternalResultHandler / emitResult
emitResult
fun emitResult(url: String): Unit
Notify the result to mini app view.
Parameters
url - Return the current loading url to mini app view.fun emitResult(intent: Intent): Unit
Notify the result to mini app view. Use this when go with auto close Activity approach.
Parameters
intent - The result intent from closing Activity.
See Also