com.zoho.accounts.externalframework
Interface ZohoSDK.OnLogoutListener
- Enclosing class:
- ZohoSDK
public static interface ZohoSDK.OnLogoutListener
Method Summary
Modifier and Type | Method and Description |
---|---|
void | onLogoutFailed() |
void | onLogoutSuccess() |
Method Detail
onLogoutSuccess
This method indicates that Log out is Success.
void onLogoutSuccess()
onLogoutFailed
This method indicates that Log out is Failed.
void onLogoutFailed()