TvInteractiveAppView.TvInteractiveAppCallback.OnRequestTvRecordingInfo Method

Definition

This is called when TvInteractiveAppService.Session#requestTvRecordingInfo(String) is called.

[Android.Runtime.Register("onRequestTvRecordingInfo", "(Ljava/lang/String;Ljava/lang/String;)V", "GetOnRequestTvRecordingInfo_Ljava_lang_String_Ljava_lang_String_Handler", ApiSince=34)]
public virtual void OnRequestTvRecordingInfo (string iAppServiceId, string recordingId);
[<Android.Runtime.Register("onRequestTvRecordingInfo", "(Ljava/lang/String;Ljava/lang/String;)V", "GetOnRequestTvRecordingInfo_Ljava_lang_String_Ljava_lang_String_Handler", ApiSince=34)>]
abstract member OnRequestTvRecordingInfo : string * string -> unit
override this.OnRequestTvRecordingInfo : string * string -> unit

Parameters

iAppServiceId
String

The ID of the TV interactive app service bound to this view.

recordingId
String

The ID of the recording to get the info for. This is provided by the TV app in TvInteractiveAppView#notifyRecordingStarted(String, String)

Attributes

Remarks

This is called when TvInteractiveAppService.Session#requestTvRecordingInfo(String) is called.

Java documentation for android.media.tv.interactive.TvInteractiveAppView.TvInteractiveAppCallback.onRequestTvRecordingInfo(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