Share via


TvInteractiveAppView.NotifyRecordingStopped(String) Method

Definition

Alerts the TV interactive app that a recording has been stopped.

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

Parameters

recordingId
String

The ID of the recording stopped. This ID is created and maintained by the TV app when a recording is started.

Attributes

Remarks

Alerts the TV interactive app that a recording has been stopped.

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