cpuAppUsage property

  1. @JsonKey(name: 'cpuAppUsage')
double? cpuAppUsage
final

Application CPU usage (%). The value of cpuAppUsage is always reported as 0 in the onLeaveChannel callback. As of Android 8.1, you cannot get the CPU usage from this attribute due to system limitations.

Implementation

@JsonKey(name: 'cpuAppUsage')
final double? cpuAppUsage;