Configuration for bandwidth policy to manage data usage.

interface RNBandwidthPolicy {
    mode: RNBandwidthPolicyMode;
    threshold: number;
}

Properties

Properties

The mode for bandwidth policy.

threshold: number

Threshold value for the bandwidth policy (in bits per second).