VpnManager.ExtraSessionKey Field

Definition

The key of the session that experienced this event, as a String.

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

Field Value

Attributes

Remarks

The key of the session that experienced this event, as a String.

This is the same key that was returned by #startProvisionedVpnProfileSession.

Java documentation for android.net.VpnManager.EXTRA_SESSION_KEY.

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