CameraOfflineSession.CameraOfflineSessionCallback.OnIdle Method

Definition

This method indicates that all pending offline requests were processed.

[Android.Runtime.Register("onIdle", "(Landroid/hardware/camera2/CameraOfflineSession;)V", "GetOnIdle_Landroid_hardware_camera2_CameraOfflineSession_Handler", ApiSince=30)]
public abstract void OnIdle (Android.Hardware.Camera2.CameraOfflineSession session);
[<Android.Runtime.Register("onIdle", "(Landroid/hardware/camera2/CameraOfflineSession;)V", "GetOnIdle_Landroid_hardware_camera2_CameraOfflineSession_Handler", ApiSince=30)>]
abstract member OnIdle : Android.Hardware.Camera2.CameraOfflineSession -> unit

Parameters

session
CameraOfflineSession

the currently ready offline session

Attributes

Remarks

This method indicates that all pending offline requests were processed.

This callback will be invoked once the offline session finishes processing all of its pending offline capture requests.

Java documentation for android.hardware.camera2.CameraOfflineSession.CameraOfflineSessionCallback.onIdle(android.hardware.camera2.CameraOfflineSession).

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