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