Kakao

Namespace

Kakao

Description:
  • 필수 요소를 담은 공통 모듈
    Common module for essential elements

Namespaces

API
Auth
Channel
Navi
Picker
Share

Members

(static, constant) VERSION :String

Description:
  • Kakao SDK 버전
    Version of Kakao SDK

Kakao SDK 버전
Version of Kakao SDK

Type:
  • String

Methods

(static) cleanup()

Description:
  • 사용한 리소스 해제
    Cleans up used resources

(static) init(appKey)

Description:
  • Kakao SDK 초기화
    Initializes Kakao SDK

Parameters:
Name Type Description
appKey String

앱 키
App key

Throws:

(static) isInitialized() → {boolean}

Description:
  • 초기화 여부 확인
    Checks whether Kakao SDK has been initialized

Returns:
Type
boolean

Type Definitions

KakaoError

Description:
  • Kakao SDK 공통 에러
    Kakao SDK common error

Properties:
Name Type Description
name String

KakaoError로 고정
Fixed as KakaoError

message String

에러 메시지
Error message

Kakao SDK 공통 에러
Kakao SDK common error

Type:
  • Object