-
- All Implemented Interfaces:
-
kotlin.properties.ReadOnlyProperty
public final class DialogDataBinding<T extends ViewDataBinding> extends DialogDelegate<T>
<pre> author: dhl date : 2020/12/15 desc : </pre>
-
-
Constructor Summary
Constructors Constructor Description DialogDataBinding(Class<T> classes, LayoutInflater inflater, Integer resId, Lifecycle lifecycle, Function1<T, Unit> block)
-
Method Summary
Modifier and Type Method Description final Class<T>getClasses()final LayoutInflatergetInflater()final IntegergetResId()TgetValue(Dialog thisRef, KProperty<?> property)-
-
Method Detail
-
getClasses
final Class<T> getClasses()
-
getInflater
final LayoutInflater getInflater()
-
-
-
-