DJI Mobile SDK Documentation

      class UserAccountStateChangeListener

      interface UserAccountStateChangeListener
      Package:dji.sdk.useraccount
      Description:

      Receive user account state and user account information of the user account manager.

      Class Members:

      Callback Method

      method onUserAccountStateChanged
      void onUserAccountStateChanged(UserAccountState state, UserAccountInformation information)
      Package:dji.sdk.useraccount
      Description:

      Called when the user account manager update the user account information.

      Input Parameters:
      UserAccountState stateProvides the user account states.
      UserAccountInformation informationProvides the account information of the user account.