appCpu property

  1. @JsonKey(name: 'appCpu')
int appCpu
getter/setter pair
  • Field description: CPU utilization (%) of the current application, Android 8.0 and above systems are not supported

Implementation

@JsonKey(name: 'appCpu')
int appCpu;