public interface SessionCallback
Modifier and Type | Method and Description |
---|---|
void |
onSessionClosed(com.kakao.exception.KakaoException exception)
memory와 cache에 session 정보가 전혀 없는 상태.
|
void |
onSessionOpened()
access token을 성공적으로 발급 받아 valid access token을 가지고 있는 상태.
|
void onSessionClosed(com.kakao.exception.KakaoException exception)
exception
- close된 이유가 에러가 발생한 경우에 해당 exception.void onSessionOpened()
Copyright © 2014 Kakao Corp. All rights reserved.