onAsyncStateUpdateEnqueued

abstract fun onAsyncStateUpdateEnqueued(attribution: String?, isCreateLayoutInProgress: Boolean): Boolean

This method is called whenever an async state update was enqueued and added to the StateHandler.

This method should return true if it is considering this update to its batching strategy; otherwise it should simply return false.