WebSharerClient

class WebSharerClient(    contextInfo: ContextInfo = KakaoSdk.applicationContextInfo,     applicationInfo: ApplicationInfo = KakaoSdk.applicationContextInfo)

카카오톡 공유 API 클라이언트, 웹 공유 기능 제공
Client for the Kakao Talk Sharing APIs, provides sharing features for the web

Constructors

Link copied to clipboard
constructor(contextInfo: ContextInfo = KakaoSdk.applicationContextInfo, applicationInfo: ApplicationInfo = KakaoSdk.applicationContextInfo)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun makeCustomUrl(templateId: Long, templateArgs: Map<String, String>? = null, serverCallbackArgs: Map<String, String>? = null): Uri
Link copied to clipboard
fun makeDefaultUrl(template: DefaultTemplate, serverCallbackArgs: Map<String, String>? = null): Uri
Link copied to clipboard
fun makeScrapUrl(    requestUrl: String,     templateId: Long? = null,     templateArgs: Map<String, String>? = null,     serverCallbackArgs: Map<String, String>? = null): Uri