次の方法で共有


SocketKeepalive.Callback.OnError(ErrorCode) Method

Definition

An error occurred.

[Android.Runtime.Register("onError", "(I)V", "GetOnError_IHandler", ApiSince=29)]
public virtual void OnError (Android.Net.ErrorCode error);
[<Android.Runtime.Register("onError", "(I)V", "GetOnError_IHandler", ApiSince=29)>]
abstract member OnError : Android.Net.ErrorCode -> unit
override this.OnError : Android.Net.ErrorCode -> unit

Parameters

error
ErrorCode
Attributes

Remarks

An error occurred.

Java documentation for android.net.SocketKeepalive.Callback.onError(int).

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