Class YdsFragmentUploadBinding
java.lang.Object
com.yoti.mobile.android.yotisdkcore.databinding.YdsFragmentUploadBinding
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class YdsFragmentUploadBinding
extends Object
implements androidx.viewbinding.ViewBinding
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.yoti.mobile.android.commonui.widgets.YotiAppbarfinal android.widget.ImageViewfinal android.widget.ProgressBarfinal android.widget.TextView -
Method Summary
Modifier and TypeMethodDescriptionstatic YdsFragmentUploadBindingbind(android.view.View rootView) androidx.constraintlayout.widget.ConstraintLayoutgetRoot()static YdsFragmentUploadBindinginflate(android.view.LayoutInflater inflater) static YdsFragmentUploadBindinginflate(android.view.LayoutInflater inflater, android.view.ViewGroup parent, boolean attachToParent)
-
Field Details
-
appBar
@NonNull public final com.yoti.mobile.android.commonui.widgets.YotiAppbar appBar -
imageUploadIcon
@NonNull public final android.widget.ImageView imageUploadIcon -
progressBar
@NonNull public final android.widget.ProgressBar progressBar -
textViewDocumentUploadTitle
@NonNull public final android.widget.TextView textViewDocumentUploadTitle
-
-
Method Details
-
getRoot
@NonNull public androidx.constraintlayout.widget.ConstraintLayout getRoot()- Specified by:
getRootin interfaceandroidx.viewbinding.ViewBinding
-
inflate
@NonNull public static YdsFragmentUploadBinding inflate(@NonNull android.view.LayoutInflater inflater) -
inflate
@NonNull public static YdsFragmentUploadBinding inflate(@NonNull android.view.LayoutInflater inflater, @Nullable android.view.ViewGroup parent, boolean attachToParent) -
bind
-