VpnManager.StartProvisionedVpnProfileSession Method

Definition

Request the startup of a previously provisioned VPN.

[Android.Runtime.Register("startProvisionedVpnProfileSession", "()Ljava/lang/String;", "GetStartProvisionedVpnProfileSessionHandler", ApiSince=33)]
public virtual string StartProvisionedVpnProfileSession ();
[<Android.Runtime.Register("startProvisionedVpnProfileSession", "()Ljava/lang/String;", "GetStartProvisionedVpnProfileSessionHandler", ApiSince=33)>]
abstract member StartProvisionedVpnProfileSession : unit -> string
override this.StartProvisionedVpnProfileSession : unit -> string

Returns

A unique key corresponding to this session.

Attributes

Remarks

Request the startup of a previously provisioned VPN.

Java documentation for android.net.VpnManager.startProvisionedVpnProfileSession().

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