VpnManager.ExtraUnderlyingLinkProperties Field

Definition

The LinkProperties of the underlying network when the event occurred.

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

Field Value

Attributes

Remarks

The LinkProperties 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_LINK_PROPERTIES.

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