SubscriptionInfo.IsOnlyNonTerrestrialNetwork Property
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.
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.