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 Properties

kaHeader Future<String>
KO: KA 헤더 정보
EN: KA header information
no setter
redirectUri String
KO: 리다이렉트 URI
EN: Redirect URI
no setter

Static Methods

init({String? nativeAppKey, String? javaScriptAppKey, String? customScheme, ServerHosts? serviceHosts, PlatformSupport? platformSupport, bool? loggingEnabled}) → 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