Language

SignalStrengthUpdateRequest.Builder.SetSignalThresholdInfos Method

Definition

Set the collection of SignalThresholdInfo for the builder object

[Android.Runtime.Register("setSignalThresholdInfos", "(Ljava/util/Collection;)Landroid/telephony/SignalStrengthUpdateRequest$Builder;", "", ApiSince=31)]
public Android.Telephony.SignalStrengthUpdateRequest.Builder SetSignalThresholdInfos(System.Collections.Generic.ICollection<Android.Telephony.SignalThresholdInfo> signalThresholdInfos);
[<Android.Runtime.Register("setSignalThresholdInfos", "(Ljava/util/Collection;)Landroid/telephony/SignalStrengthUpdateRequest$Builder;", "", ApiSince=31)>]
member this.SetSignalThresholdInfos : System.Collections.Generic.ICollection<Android.Telephony.SignalThresholdInfo> -> Android.Telephony.SignalStrengthUpdateRequest.Builder

Parameters

signalThresholdInfos
ICollection<SignalThresholdInfo>

the collection of SignalThresholdInfo. This value cannot be null.

Returns

the builder to facilitate the chaining. This value cannot be null.

Attributes

Remarks

Set the collection of SignalThresholdInfo for the builder object

Android reference for android.telephony.SignalStrengthUpdateRequest.Builder.setSignalThresholdInfos.

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.

Applies to