//Android/br.com.arch.toolkit.android.delegate/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.
android
| Β | Β |
|---|---|
| idRes | The ID of the view. |
| parentRes | Optional ID of a parent view. |
| viewStubAutoInflate | Whether to auto-inflate if itβs a ViewStub. |