다음을 통해 공유


NetworkRequest.SubscriptionIds Property

Definition

Gets all the subscription ids set on this NetworkRequest instance.

public virtual System.Collections.Generic.ICollection<Java.Lang.Integer> SubscriptionIds { [Android.Runtime.Register("getSubscriptionIds", "()Ljava/util/Set;", "GetGetSubscriptionIdsHandler", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getSubscriptionIds", "()Ljava/util/Set;", "GetGetSubscriptionIdsHandler", ApiSince=35)>]
member this.SubscriptionIds : System.Collections.Generic.ICollection<Java.Lang.Integer>

Property Value

Set of Integer values for this instance.

Attributes

Remarks

Gets all the subscription ids set on this NetworkRequest instance.

Java documentation for android.net.NetworkRequest.getSubscriptionIds().

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