Język

CallEndpointException(String, CallEndpointErrorReason) Constructor

Definition

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=34)]
public CallEndpointException(string? message, Android.Telecom.CallEndpointErrorReason code);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=34)>]
new Android.Telecom.CallEndpointException : string * Android.Telecom.CallEndpointErrorReason -> Android.Telecom.CallEndpointException

Parameters

message
String
code
CallEndpointErrorReason

Value is one of the following: ERROR_ENDPOINT_DOES_NOT_EXIST; ERROR_REQUEST_TIME_OUT; ERROR_ANOTHER_REQUEST; ERROR_UNSPECIFIED

Attributes

Remarks

Android reference for android.telecom.CallEndpointException.CallEndpointException.

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