CameraOfflineSession.CameraOfflineSessionCallback.OnIdle 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 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.
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.