IkeSessionParams.Builder Constructors

Definition

Overloads

IkeSessionParams.Builder()

Construct Builder

IkeSessionParams.Builder(IkeSessionParams)

Construct Builder from the IkeSessionParams object.

IkeSessionParams.Builder()

Construct Builder

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=31)]
public Builder ();
Attributes

Remarks

Construct Builder

Java documentation for android.net.ipsec.ike.IkeSessionParams.Builder.IkeSessionParams$Builder().

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

IkeSessionParams.Builder(IkeSessionParams)

Construct Builder from the IkeSessionParams object.

[Android.Runtime.Register(".ctor", "(Landroid/net/ipsec/ike/IkeSessionParams;)V", "", ApiSince=31)]
public Builder (Android.Net.IpSec.Ike.IkeSessionParams ikeSessionParams);
[<Android.Runtime.Register(".ctor", "(Landroid/net/ipsec/ike/IkeSessionParams;)V", "", ApiSince=31)>]
new Android.Net.IpSec.Ike.IkeSessionParams.Builder : Android.Net.IpSec.Ike.IkeSessionParams -> Android.Net.IpSec.Ike.IkeSessionParams.Builder

Parameters

ikeSessionParams
IkeSessionParams

the object this Builder will be constructed with.

Attributes

Remarks

Construct Builder from the IkeSessionParams object.

Java documentation for android.net.ipsec.ike.IkeSessionParams.Builder.IkeSessionParams$Builder(android.net.ipsec.ike.IkeSessionParams).

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