Class YdsDocumentTypeCellBinding
java.lang.Object
com.yoti.mobile.android.documentcapture.databinding.YdsDocumentTypeCellBinding
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class YdsDocumentTypeCellBinding
extends Object
implements androidx.viewbinding.ViewBinding
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.yoti.mobile.android.common.ui.widgets.button.YotiOptionButton -
Method Summary
Modifier and TypeMethodDescriptionstatic YdsDocumentTypeCellBindingbind(android.view.View rootView) com.yoti.mobile.android.common.ui.widgets.button.YotiOptionButtongetRoot()static YdsDocumentTypeCellBindinginflate(android.view.LayoutInflater inflater) static YdsDocumentTypeCellBindinginflate(android.view.LayoutInflater inflater, android.view.ViewGroup parent, boolean attachToParent)
-
Field Details
-
buttonDocument
@NonNull public final com.yoti.mobile.android.common.ui.widgets.button.YotiOptionButton buttonDocument
-
-
Method Details
-
getRoot
@NonNull public com.yoti.mobile.android.common.ui.widgets.button.YotiOptionButton getRoot()- Specified by:
getRootin interfaceandroidx.viewbinding.ViewBinding
-
inflate
@NonNull public static YdsDocumentTypeCellBinding inflate(@NonNull android.view.LayoutInflater inflater) -
inflate
@NonNull public static YdsDocumentTypeCellBinding inflate(@NonNull android.view.LayoutInflater inflater, @Nullable android.view.ViewGroup parent, boolean attachToParent) -
bind
-