TvRecordingClient.ResumeRecording Method

Definition

Overloads

ResumeRecording()

Resume TV program recording only in recording pause status in the current recording session.

ResumeRecording(Bundle)

Resume TV program recording only in recording pause status in the current recording session.

ResumeRecording()

Resume TV program recording only in recording pause status in the current recording session.

[Android.Runtime.Register("resumeRecording", "()V", "GetResumeRecordingHandler", ApiSince=31)]
public virtual void ResumeRecording ();
[<Android.Runtime.Register("resumeRecording", "()V", "GetResumeRecordingHandler", ApiSince=31)>]
abstract member ResumeRecording : unit -> unit
override this.ResumeRecording : unit -> unit
Attributes

Remarks

Java documentation for android.media.tv.TvRecordingClient.resumeRecording().

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

ResumeRecording(Bundle)

Resume TV program recording only in recording pause status in the current recording session.

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

Parameters

params
Bundle

Domain-specific data for this request.

Attributes

Remarks

Java documentation for android.media.tv.TvRecordingClient.resumeRecording(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