SignalThresholdInfo.Builder.SetHysteresisDb(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the interval in dB defining the required minimum magnitude change to report a signal strength change.
[Android.Runtime.Register("setHysteresisDb", "(I)Landroid/telephony/SignalThresholdInfo$Builder;", "", ApiSince=34)]
public Android.Telephony.SignalThresholdInfo.Builder SetHysteresisDb(int hysteresisDb);
[<Android.Runtime.Register("setHysteresisDb", "(I)Landroid/telephony/SignalThresholdInfo$Builder;", "", ApiSince=34)>]
member this.SetHysteresisDb : int -> Android.Telephony.SignalThresholdInfo.Builder
Parameters
- hysteresisDb
- Int32
the interval in dB. Value is 0 or greater
Returns
the builder to facilitate the chaining. This value cannot be null.
- Attributes
Remarks
Set the interval in dB defining the required minimum magnitude change to report a signal strength change. A value of zero disables dB-based hysteresis restrictions. Note: Default hysteresis db value is 2. Minimum hysteresis db value allowed to set is 0. If hysteresis db value is not set, default hysteresis db value of 2 will be used.
Android reference for android.telephony.SignalThresholdInfo.Builder.setHysteresisDb.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.