Logout Call Back
IAccountCallback
Description :
This callback is used in STWAccountManager when doing the login
Example of use :
- Implementation :
LogoutCallBack mLogoutCallBack = new LogoutCallBack() { public void onStart() { } public void onFinish() { } public void onError() { } }Content copied to clipboard - Register :
STWAccountManager.getInstance().logout(context,informAdmin, mLogoutCallBack);Content copied to clipboard