EmailLoginTracker
이 클래스는 더 이상 최신 버전의 SDK에서 사용할 수 없습니다.

Tracks broadcasts about changes in the status of the current email login model

The EmailLoginTracker.stopTracking() method should be called in the onDestroy() method of the receiving Activity or Fragment.

확장:TrackerBase
패키지:accountkit
생성자
EmailLoginTracker()
public EmailLoginTracker()
인스턴스 메서드
onStarted(EmailLoginModel)

The method that will be called when the login has started.

The polling has started at this point.

protected abstract void onStarted(EmailLoginModel loginModel)
매개변수설명
loginModelThe current login model
onSuccess(EmailLoginModel)

The method that will be called when the login has completed

protected abstract void onSuccess(EmailLoginModel loginModel)
매개변수설명
loginModelThe current login model
onError(AccountKitException)

The method that will be called when the login has an error

protected abstract void onError(AccountKitException exception)
매개변수설명
exceptionThe exception
onCancel(EmailLoginModel)

The method that will be called when the login was canceled

protected abstract void onCancel(EmailLoginModel loginModel)
매개변수설명
loginModelThe login that was canceled
상수
ACTION_EMAIL_LOGIN_STATE_CHANGED
public static final String ACTION_EMAIL_LOGIN_STATE_CHANGED