TelephonyManager.IsWorldPhone Property

Definition

Whether the device is a world phone.

public virtual bool IsWorldPhone { [Android.Runtime.Register("isWorldPhone", "()Z", "GetIsWorldPhoneHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("isWorldPhone", "()Z", "GetIsWorldPhoneHandler", ApiSince=23)>]
member this.IsWorldPhone : bool

Property Value

true if the device is a world phone, and false otherwise.

Attributes

Remarks

Whether the device is a world phone.

Java documentation for android.telephony.TelephonyManager.isWorldPhone().

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