VpnManager.CategoryEventDeactivatedByUser Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The user deactivated the VPN.
[Android.Runtime.Register("CATEGORY_EVENT_DEACTIVATED_BY_USER", ApiSince=33)]
public const string CategoryEventDeactivatedByUser;
[<Android.Runtime.Register("CATEGORY_EVENT_DEACTIVATED_BY_USER", ApiSince=33)>]
val mutable CategoryEventDeactivatedByUser : string
Field Value
- Attributes
Remarks
The user deactivated the VPN.
This can happen either when the user turns the VPN off explicitly, or when they select a different VPN provider.
Java documentation for android.net.VpnManager.CATEGORY_EVENT_DEACTIVATED_BY_USER
.
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.