arch-android

//Android/br.com.arch.toolkit.android.delegate/viewProvider

viewProvider

[android]
fun <T : ERROR CLASS: Symbol not found for View> viewProvider(@IdResidRes: Int, @IdResparentRes: Int = NO_ID, viewStubAutoInflate: Boolean = false): ViewProviderDelegate<T>

Creates a ViewProviderDelegate that expects the view to exist.

Parameters

android

Β  Β 
idRes The ID of the view.
parentRes Optional ID of a parent view.
viewStubAutoInflate Whether to auto-inflate if it’s a ViewStub.