BaseGridView.OnLayoutCompletedListener

public interface BaseGridView.OnLayoutCompletedListener


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

Summary

Public methods

abstract void

Called after a full layout calculation is finished.

Public methods

onLayoutCompleted

Added in 1.0.0-alpha03
abstract void onLayoutCompleted(@NonNull RecyclerView.State state)

Called after a full layout calculation is finished.

Parameters
@NonNull RecyclerView.State state

Transient state of RecyclerView