shareCustom

@JvmOverloads
fun shareCustom(context: Context, templateId: Long, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null, shareType: ShareType? = null, limit: Int? = null): Single<SharingResult>

사용자 정의 템플릿으로 메시지 발송
Send message with custom template

Parameters

context

Android Context

templateId

사용자 정의 템플릿 ID
Custom template ID

templateArgs

사용자 인자 키와 값
Keys and values of the user argument

serverCallbackArgs

카카오톡 공유 전송 성공 알림에 포함할 키와 값
Keys and values for the Kakao Talk Sharing success callback

shareType

카카오톡 공유 대상 선택 화면 유형
Type of share target selection screen in Kakao Talk.

limit

공유할 대상의 최대 선택 개수
Maximum number of share targets that can be selected.