Share via


TetheringManager.ConnectivityScopeGlobal Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.TetheringManagerConnectivityScope enum directly instead of this field.

Indicates that this tethering connection will provide connectivity beyond this device (e.

[Android.Runtime.Register("CONNECTIVITY_SCOPE_GLOBAL", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.TetheringManagerConnectivityScope enum directly instead of this field.", true)]
public const Android.Net.TetheringManagerConnectivityScope ConnectivityScopeGlobal = 1;
[<Android.Runtime.Register("CONNECTIVITY_SCOPE_GLOBAL", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.TetheringManagerConnectivityScope enum directly instead of this field.", true)>]
val mutable ConnectivityScopeGlobal : Android.Net.TetheringManagerConnectivityScope

Field Value

Value = 1
Attributes

Remarks

Indicates that this tethering connection will provide connectivity beyond this device (e.g., global Internet access).

Java documentation for android.net.TetheringManager.CONNECTIVITY_SCOPE_GLOBAL.

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