Share via


TvInteractiveAppView.NotifyRecordingScheduled(String, String) Method

Definition

This is called to notify the corresponding interactive app service when the recording has been scheduled.

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

Parameters

recordingId
String

The ID assigned to this recording by the app. It can be used to send recording related requests such as TvInteractiveAppService.Session#requestStopRecording(String).

requestId
String

The ID of the request when TvInteractiveAppService.Session#requestScheduleRecording 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

This is called to notify the corresponding interactive app service when the recording has been scheduled.

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