VpnManager.ExtraUnderlyingNetwork Field

Definition

The network that was underlying the VPN when the event occurred, as a Network.

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

Field Value

Attributes

Remarks

The network that was underlying the VPN when the event occurred, as a Network.

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.

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