Compartilhar via


IChildSessionCallback.OnOpened(ChildSessionConfiguration) Method

Definition

Called when the Child Session setup succeeds.

[Android.Runtime.Register("onOpened", "(Landroid/net/ipsec/ike/ChildSessionConfiguration;)V", "GetOnOpened_Landroid_net_ipsec_ike_ChildSessionConfiguration_Handler:Android.Net.IpSec.Ike.IChildSessionCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)]
public void OnOpened (Android.Net.IpSec.Ike.ChildSessionConfiguration sessionConfiguration);
[<Android.Runtime.Register("onOpened", "(Landroid/net/ipsec/ike/ChildSessionConfiguration;)V", "GetOnOpened_Landroid_net_ipsec_ike_ChildSessionConfiguration_Handler:Android.Net.IpSec.Ike.IChildSessionCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)>]
abstract member OnOpened : Android.Net.IpSec.Ike.ChildSessionConfiguration -> unit

Parameters

sessionConfiguration
ChildSessionConfiguration

the ChildSessionConfiguration of Child Session negotiated during Child creation.

Attributes

Remarks

Called when the Child Session setup succeeds.

This method will be called immediately after #onIpSecTransformCreated(IpSecTransform, int) for the created IPsec SA pair is fired.

Java documentation for android.net.ipsec.ike.ChildSessionCallback.onOpened(android.net.ipsec.ike.ChildSessionConfiguration).

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