improveSDKProcessPriority property Null safety

bool improveSDKProcessPriority
@JsonKey(defaultValue: true), final

Specify whether to increase the priority of the SDK process. By default, the setting is enabled. This can lower the probability of the SDK core process being recycled by the system. If some device models have unexpected situations, you can decide whether to enable the setting based on the model. From v4.6.0, in non-intensive messaging mode, the SDK process priority is not increased.

Implementation

@JsonKey(defaultValue: true)
final bool improveSDKProcessPriority;