com.zoho.accounts.externalframework

Interface ZohoSDK.OnLogoutListener

  • Enclosing class:
    ZohoSDK

    public static interface ZohoSDK.OnLogoutListener

Method Summary

Modifier and TypeMethod and Description
voidonLogoutFailed()
voidonLogoutSuccess()

Method Detail

  • onLogoutSuccess

    This method indicates that Log out is Success.

    void onLogoutSuccess()
  • onLogoutFailed

    This method indicates that Log out is Failed.

    void onLogoutFailed()