VpnManager.ExtraVpnProfileState 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 VpnProfileState at the time that this event occurred.
[Android.Runtime.Register("EXTRA_VPN_PROFILE_STATE", ApiSince=33)]
public const string ExtraVpnProfileState;
[<Android.Runtime.Register("EXTRA_VPN_PROFILE_STATE", ApiSince=33)>]
val mutable ExtraVpnProfileState : string
Field Value
- Attributes
Remarks
The VpnProfileState at the time that this event occurred.
This extra may be null if the VPN was revoked by the user, or the profile was deleted.
Java documentation for android.net.VpnManager.EXTRA_VPN_PROFILE_STATE
.
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.