VpnManager.CategoryEventAlwaysOnStateChanged Field

Definition

The always-on state of this VPN was changed

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

Field Value

Attributes

Remarks

The always-on state of this VPN was changed

This may be the result of a user changing VPN settings, or a Device Policy Manager app having changed the VPN policy.

Java documentation for android.net.VpnManager.CATEGORY_EVENT_ALWAYS_ON_STATE_CHANGED.

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