Share via


TvRecordingClient.RecordingCallback.OnConnectionFailed(String) Method

Definition

This is called when an error occurred while establishing a connection to the recording session for the corresponding TV input.

[Android.Runtime.Register("onConnectionFailed", "(Ljava/lang/String;)V", "GetOnConnectionFailed_Ljava_lang_String_Handler", ApiSince=24)]
public virtual void OnConnectionFailed (string? inputId);
[<Android.Runtime.Register("onConnectionFailed", "(Ljava/lang/String;)V", "GetOnConnectionFailed_Ljava_lang_String_Handler", ApiSince=24)>]
abstract member OnConnectionFailed : string -> unit
override this.OnConnectionFailed : string -> unit

Parameters

inputId
String

The ID of the TV input bound to the current TvRecordingClient.

Attributes

Remarks

This is called when an error occurred while establishing a connection to the recording session for the corresponding TV input.

Java documentation for android.media.tv.TvRecordingClient.RecordingCallback.onConnectionFailed(java.lang.String).

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