Share via


TvRecordingClient.RecordingCallback.OnDisconnected(String) Method

Definition

This is called when the connection to the current recording session is lost.

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

Parameters

inputId
String

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

Attributes

Remarks

This is called when the connection to the current recording session is lost.

Java documentation for android.media.tv.TvRecordingClient.RecordingCallback.onDisconnected(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