TvInputService.RecordingSession.OnPauseRecording(Bundle) Method

Definition

Called when the application requests to pause TV program recording.

[Android.Runtime.Register("onPauseRecording", "(Landroid/os/Bundle;)V", "GetOnPauseRecording_Landroid_os_Bundle_Handler", ApiSince=31)]
public virtual void OnPauseRecording (Android.OS.Bundle params);
[<Android.Runtime.Register("onPauseRecording", "(Landroid/os/Bundle;)V", "GetOnPauseRecording_Landroid_os_Bundle_Handler", ApiSince=31)>]
abstract member OnPauseRecording : Android.OS.Bundle -> unit
override this.OnPauseRecording : Android.OS.Bundle -> unit

Parameters

params
Bundle

Domain-specific data for recording request.

Attributes

Remarks

Called when the application requests to pause TV program recording. Recording must pause immediately when this method is called.

If the pause request cannot be fulfilled, the session must call #notifyError(int).

Java documentation for android.media.tv.TvInputService.RecordingSession.onPauseRecording(android.os.Bundle).

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