KakaoSdk class

KO: 주요 설정 및 초기화 클래스
EN: Class for major settings and initializing

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

init({String? nativeAppKey, String? javaScriptAppKey, String? customScheme, bool? loggingEnabled, ServerHosts? serviceHosts, PlatformSupport? platformSupport, CommonPlatform? platformProvider}) → Future<void>
KO: Kakao SDK 초기화
앱별 커스텀 URL 스킴은 customScheme으로 등록
loggingEnabled로 Kakao SDK 내부 로그 기능 활성화 여부 설정

EN: Initializes Kakao SDK
Register custom URL scheme for each app as customScheme
Set Whether to enable the internal log of the Kakao SDK with loggingEnabled