TvInteractiveAppService.Session.OnRecordingConnectionFailed 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("onRecordingConnectionFailed", "(Ljava/lang/String;Ljava/lang/String;)V", "GetOnRecordingConnectionFailed_Ljava_lang_String_Ljava_lang_String_Handler", ApiSince=34)]
public virtual void OnRecordingConnectionFailed (string recordingId, string inputId);
[<Android.Runtime.Register("onRecordingConnectionFailed", "(Ljava/lang/String;Ljava/lang/String;)V", "GetOnRecordingConnectionFailed_Ljava_lang_String_Ljava_lang_String_Handler", ApiSince=34)>]
abstract member OnRecordingConnectionFailed : string * string -> unit
override this.OnRecordingConnectionFailed : string * string -> unit

Parameters

recordingId
String

The ID of the related recording which is sent via TvInteractiveAppView#notifyRecordingStarted(String, String)

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.interactive.TvInteractiveAppService.Session.onRecordingConnectionFailed(java.lang.String, 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