captureFrame

open fun captureFrame()(source)

Takes this binding's pending observation for the current frame without publishing it or invoking external callbacks.

The engine captures every participating node before committing any captured observation. Notifications arriving after this call remain pending for the next frame. The default implementation is appropriate for native sources prepared only by the native presenter.