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