SignalStrengthUpdateRequest.Builder.SetSignalThresholdInfos 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 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.