VpnManager.ExtraUnderlyingNetworkCapabilities Field

Definition

The NetworkCapabilities of the underlying network when the event occurred.

[Android.Runtime.Register("EXTRA_UNDERLYING_NETWORK_CAPABILITIES", ApiSince=33)]
public const string ExtraUnderlyingNetworkCapabilities;
[<Android.Runtime.Register("EXTRA_UNDERLYING_NETWORK_CAPABILITIES", ApiSince=33)>]
val mutable ExtraUnderlyingNetworkCapabilities : string

Field Value

Attributes

Remarks

The NetworkCapabilities of the underlying network when the event occurred.

This extra will be null if there was no underlying network at the time of the event, or the underlying network has no bearing on the event, as in the case of: <ul> <li>CATEGORY_EVENT_DEACTIVATED_BY_USER <li>CATEGORY_EVENT_ALWAYS_ON_STATE_CHANGED </ul>

Java documentation for android.net.VpnManager.EXTRA_UNDERLYING_NETWORK_CAPABILITIES.

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