AsyncLayoutInflater.OnInflateFinishedListener

public interface AsyncLayoutInflater.OnInflateFinishedListener


Summary

Public methods

abstract void
onInflateFinished(
    @NonNull View view,
    @LayoutRes int resid,
    @Nullable ViewGroup parent
)

Public methods

onInflateFinished

Added in 1.0.0
abstract void onInflateFinished(
    @NonNull View view,
    @LayoutRes int resid,
    @Nullable ViewGroup parent
)