miniapp / com.rakuten.tech.mobile.miniapp.js / MiniAppMessageBridge / shareContent

shareContent

open fun shareContent(content: String, callback: (isSuccess: Boolean, message: String?) -> Unit): Unit

Share content info ShareInfo. This info is provided by mini app.

Parameters

content - The content property of ShareInfo object.

callback - The executed action status should be notified back to mini app.