SubscriptionPlan.GetNetworkTypes Method

Definition

Return an array containing all NetworkTypes this SubscriptionPlan applies to.

[Android.Runtime.Register("getNetworkTypes", "()[I", "", ApiSince=30)]
public int[] GetNetworkTypes ();
[<Android.Runtime.Register("getNetworkTypes", "()[I", "", ApiSince=30)>]
member this.GetNetworkTypes : unit -> int[]

Returns

Int32[]
Attributes

Remarks

Return an array containing all NetworkTypes this SubscriptionPlan applies to.

Java documentation for android.telephony.SubscriptionPlan.getNetworkTypes().

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