KakaoSdk class

Kakao SDK의 싱글턴 Context

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

appVer Future<String>
no setter
hosts ↔ ServerHosts
getter/setter pair
jsKey String
getter/setter pair
kaHeader Future<String>
no setter
logging bool
getter/setter pair
nativeKey String
Kakao Natvie App Key SDK를 사용하기 전에 반드시 초기화 필요
getter/setter pair
origin Future<String>
no setter
packageInfo Future<PackageInfo>
no setter
packageName Future<String>
no setter
platformAppKey String
no setter
sdkVersion String
getter/setter pair

Static Methods

init({String? nativeAppKey, String? javaScriptAppKey, ServerHosts? serviceHosts, bool? loggingEnabled}) → void