TvInteractiveAppView.TvInteractiveAppCallback.OnRequestStopRecording Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.