Sdílet prostřednictvím


TvInteractiveAppView.NotifyRecordingStarted(String, String) Method

Definition

Alerts the related TV interactive app service that a recording has been started.

[Android.Runtime.Register("notifyRecordingStarted", "(Ljava/lang/String;Ljava/lang/String;)V", "GetNotifyRecordingStarted_Ljava_lang_String_Ljava_lang_String_Handler", ApiSince=34)]
public virtual void NotifyRecordingStarted (string recordingId, string? requestId);
[<Android.Runtime.Register("notifyRecordingStarted", "(Ljava/lang/String;Ljava/lang/String;)V", "GetNotifyRecordingStarted_Ljava_lang_String_Ljava_lang_String_Handler", ApiSince=34)>]
abstract member NotifyRecordingStarted : string * string -> unit
override this.NotifyRecordingStarted : string * string -> unit

Parameters

recordingId
String

The ID of the recording started. This ID is created and maintained by the TV app and is used to identify the recording in the future.

requestId
String

The ID of the request when TvInteractiveAppService.Session#requestStartRecording(String, Uri) is called. null if the recording is not triggered by a request. This ID should be created by the TvInteractiveAppService and can be any string.

Attributes

Remarks

Alerts the related TV interactive app service that a recording has been started.

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