DJI Mobile SDK Documentation

      class DJIRTKNetworkServicePlansState

      @interface DJIRTKNetworkServicePlansState : NSObject
      Header:DJIRTKServcieBaseTypes.h
      Inherits From:NSObject
      Description:

      Gets state of network service plans.

      Class Members:
      property
      property state
      @property(nonatomic, readonly) DJIRTKNetworkServiceAccountState state
      Header:DJIRTKServcieBaseTypes.h
      Description:

      Gets current account state.

      See Also:

      DJIRTKNetworkServiceAccountState

      property supportedRenewalTimes
      @property(nonatomic, readonly) NSInteger supportedRenewalTimes
      Header:DJIRTKServcieBaseTypes.h
      Description:

      Gets current account supported renewal times. If current account state is DJIRTKNetworkServiceAccountStateNotPurchased or DJIRTKNetworkServiceAccountStateUnbound, the support renewakTimes will always be 0. If current account state is DJIRTKNetworkServiceAccountStateBound, this will return the supported renewal times. You can only renew at most once before you activate the renewal phase.

      property
      property plans
      @property(nonatomic, readonly) NSArray <DJIRTKNetworkServicePlan *> *plans
      Header:DJIRTKServcieBaseTypes.h
      Description:

      Gets network RTK plans.

      See Also:

      DJIRTKNetworkServicePlan