Package | Description |
---|---|
com.kakao |
Kakao Android SDK
사용자 관리, 카카오스토리, 카카오톡, 카카오링크 API를 제공한다. |
Modifier and Type | Method and Description |
---|---|
AuthType[] |
Session.getAuthTypes() |
static AuthType |
AuthType.valueOf(int number) |
static AuthType |
AuthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthType[] |
AuthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Session.initializeSession(Context context,
SessionCallback sessionCallback,
AuthType... authTypes)
세션이 존재하지 않으면 세션을 생성하고, 기존에 존재하는데 만료되었으면 갱신을 시도한다.
|
void |
Session.open(AuthType authType)
세션 오픈을 진행한다.
|
Copyright © 2014 Kakao Corp. All rights reserved.