BaseGridView.OnLayoutCompletedListener

interface BaseGridView.OnLayoutCompletedListener


Interface for receiving notification when BaseGridView has completed a full layout calculation.

Summary

Public functions

Unit

Called after a full layout calculation is finished.

Public functions

onLayoutCompleted

Added in 1.0.0-alpha03
fun onLayoutCompleted(state: RecyclerView.State): Unit

Called after a full layout calculation is finished.

Parameters
state: RecyclerView.State

Transient state of RecyclerView