DJI Mobile SDK Documentation

      class NetworkServicePlansState

      class NetworkServicePlansState
      Package:dji.common.flightcontroller.rtk
      Description:

      Gets state of network service plans.

      Class Members:
      method
      method getState
      NetworkServiceAccountState getState()
      Package:dji.common.flightcontroller.rtk
      Description:

      Gets current account state.

      Return:
      NetworkServiceAccountStateAn enum value of NetworkServiceAccountState.
      method getSupportedRenewalTimes
      int getSupportedRenewalTimes()
      Package:dji.common.flightcontroller.rtk
      Description:

      Gets current account supported renewal times.

      Return:
      intAn int value.
      method
      method getPlans
      List<NetworkServicePlan> getPlans()
      Package:dji.common.flightcontroller.rtk
      Description:

      Gets network RTK plans.

      Return:
      List<NetworkServicePlan>An enum value of NetworkServiceAccountState.
      class