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 informationno setter - redirectUri → String
-
KO: 리다이렉트 URI
EN: Redirect URIno 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 ascustomScheme
Set Whether to enable the internal log of the Kakao SDK withloggingEnabled