init

fun init(context: Context, appKey: String, customScheme: String? = null, loggingEnabled: Boolean? = null, hosts: ServerHosts? = null, approvalType: ApprovalType? = null, sdkIdentifier: SdkIdentifier? = null)

Kakao SDK 초기화. Application.onCreate 내에서 호출 권장.

Parameters

context

Android Context

appKey

Kakao Native App Key


fun init(context: Context, appKey: String, customScheme: String, loggingEnabled: Boolean, hosts: ServerHosts, approvalType: ApprovalType, type: KakaoSdk.Type, sdkIdentifier: SdkIdentifier, isAutomotive: Boolean)