shareCustomForPartner

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)

사용자 정의 템플릿으로 메시지 보내기
Send message with custom template

See also

Parameters

context

Android Context

targetAppKey

출처 영역에 보여질 서비스 앱의 네이티브 키
Native app key of the service app displayed on the source area

templateId

메시지 템플릿 ID
Message template ID

templateArgs

사용자 인자
User arguments


fun RxShareClient.shareCustomForPartner(context: Context, targetAppKey: String, templateId: Long, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null): Single<SharingResult>

사용자 정의 템플릿으로 메시지 보내기
Send message with custom template

See also

Parameters

context

Android Context

targetAppKey

출처 영역에 보여질 서비스 앱의 네이티브 키
Native app key of the service app displayed on the source area

templateId

메시지 템플릿 ID
Message template ID

templateArgs

사용자 인자
User arguments