com.leanengine
Interface LoginListener


public interface LoginListener

A listener interface used during authentication process.


Method Summary
 void onCancel()
          User cancelled authentication procedure.
 void onError(LeanError error)
          An authentication error happened.
 void onSuccess()
          User successfully authenticated.
 

Method Detail

onSuccess

void onSuccess()
User successfully authenticated.


onCancel

void onCancel()
User cancelled authentication procedure.


onError

void onError(LeanError error)
An authentication error happened.

Parameters:
error - A LeanError containing detailed error code and description of error.