TvInputService.RecordingSession.OnResumeRecording(Bundle) 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.
Called when the application requests to resume TV program recording.
[Android.Runtime.Register("onResumeRecording", "(Landroid/os/Bundle;)V", "GetOnResumeRecording_Landroid_os_Bundle_Handler", ApiSince=31)]
public virtual void OnResumeRecording (Android.OS.Bundle params);
[<Android.Runtime.Register("onResumeRecording", "(Landroid/os/Bundle;)V", "GetOnResumeRecording_Landroid_os_Bundle_Handler", ApiSince=31)>]
abstract member OnResumeRecording : Android.OS.Bundle -> unit
override this.OnResumeRecording : Android.OS.Bundle -> unit
Parameters
- params
- Bundle
Domain-specific data for recording request.
- Attributes
Remarks
Called when the application requests to resume TV program recording. Recording must resume immediately when this method is called.
If the resume request cannot be fulfilled, the session must call #notifyError(int)
.
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.