share Scrap For Partner
fun ShareClient.shareScrapForPartner(context: Context, targetAppKey: String, url: String, templateId: Long? = null, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null, callback: (sharingResult: SharingResult?, error: Throwable?) -> Unit)
Content copied to clipboard
스크랩 메시지 보내기
Send scrape message
See also
Parameters
context
Android Context
target App Key
출처 영역에 보여질 서비스 앱의 네이티브 키
Native app key of the service app displayed on the source area
url
스크랩할 URL
URL to scrape
template Id
사용자 정의 템플릿 ID
Custom template ID
template Args
사용자 인자 키와 값
Keys and values of the user argument
fun RxShareClient.shareScrapForPartner(context: Context, targetAppKey: String, url: String, templateId: Long? = null, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null): Single<SharingResult>
Content copied to clipboard
스크랩 메시지 보내기
Send scrape message
See also
Parameters
context
Android Context
target App Key
출처 영역에 보여질 서비스 앱의 네이티브 키
Native app key of the service app displayed on the source area
url
스크랩할 URL
URL to scrape
template Id
사용자 정의 템플릿 ID
Custom template ID
template Args
사용자 인자 키와 값
Keys and values of the user argument