Partager via


SubscriptionInfo.IsOnlyNonTerrestrialNetwork Property

Definition

Check if the subscription is exclusively for non-terrestrial networks.

public virtual bool IsOnlyNonTerrestrialNetwork { [Android.Runtime.Register("isOnlyNonTerrestrialNetwork", "()Z", "GetIsOnlyNonTerrestrialNetworkHandler", ApiSince=35)] get; }
[<get: Android.Runtime.Register("isOnlyNonTerrestrialNetwork", "()Z", "GetIsOnlyNonTerrestrialNetworkHandler", ApiSince=35)>]
member this.IsOnlyNonTerrestrialNetwork : bool

Property Value

true if it is a non-terrestrial network subscription, false otherwise.

Attributes

Remarks

Check if the subscription is exclusively for non-terrestrial networks.

Java documentation for android.telephony.SubscriptionInfo.isOnlyNonTerrestrialNetwork().

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