-
- All Implemented Interfaces:
-
kotlin.properties.ReadOnlyProperty
public final class ViewGroupDataBinding<T extends ViewBinding> implements ReadOnlyProperty<ViewGroup, T>
<pre> author: dhl date : 2020/12/17 desc : </pre>
-
-
Constructor Summary
Constructors Constructor Description ViewGroupDataBinding(Class<T> classes, Integer resId, LayoutInflater inflater, ViewGroup viewGroup, Function1<T, Unit> block)
-
Method Summary
Modifier and Type Method Description final IntegergetResId()final LayoutInflatergetInflater()final ViewGroupgetViewGroup()TgetValue(ViewGroup thisRef, KProperty<?> property)-
-
Method Detail
-
getInflater
final LayoutInflater getInflater()
-
getViewGroup
final ViewGroup getViewGroup()
-
-
-
-