TvInteractiveAppView.TvInteractiveAppCallback.OnRequestStopRecording Method

Definition

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

[Android.Runtime.Register("onRequestStopRecording", "(Ljava/lang/String;Ljava/lang/String;)V", "GetOnRequestStopRecording_Ljava_lang_String_Ljava_lang_String_Handler", ApiSince=34)]
public virtual void OnRequestStopRecording (string iAppServiceId, string recordingId);
[<Android.Runtime.Register("onRequestStopRecording", "(Ljava/lang/String;Ljava/lang/String;)V", "GetOnRequestStopRecording_Ljava_lang_String_Ljava_lang_String_Handler", ApiSince=34)>]
abstract member OnRequestStopRecording : string * string -> unit
override this.OnRequestStopRecording : 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 stop. This is provided by the TV app in #notifyRecordingStarted(String, String)

Attributes

Remarks

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

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