Class YdsFragmentMoreAboutBinding
java.lang.Object
com.yoti.mobile.android.commonui.databinding.YdsFragmentMoreAboutBinding
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class YdsFragmentMoreAboutBinding
extends Object
implements androidx.viewbinding.ViewBinding
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.yoti.mobile.android.commonui.widgets.YotiButtonfinal androidx.recyclerview.widget.RecyclerViewfinal android.view.View -
Method Summary
Modifier and TypeMethodDescriptionstatic YdsFragmentMoreAboutBindingbind(android.view.View rootView) androidx.constraintlayout.widget.ConstraintLayoutgetRoot()static YdsFragmentMoreAboutBindinginflate(android.view.LayoutInflater inflater) static YdsFragmentMoreAboutBindinginflate(android.view.LayoutInflater inflater, android.view.ViewGroup parent, boolean attachToParent)
-
Field Details
-
buttonAction
@NonNull public final com.yoti.mobile.android.commonui.widgets.YotiButton buttonAction -
moreAboutVerificationRecyclerView
@NonNull public final androidx.recyclerview.widget.RecyclerView moreAboutVerificationRecyclerView -
shadow
@NonNull public final android.view.View shadow
-
-
Method Details
-
getRoot
@NonNull public androidx.constraintlayout.widget.ConstraintLayout getRoot()- Specified by:
getRootin interfaceandroidx.viewbinding.ViewBinding
-
inflate
@NonNull public static YdsFragmentMoreAboutBinding inflate(@NonNull android.view.LayoutInflater inflater) -
inflate
@NonNull public static YdsFragmentMoreAboutBinding inflate(@NonNull android.view.LayoutInflater inflater, @Nullable android.view.ViewGroup parent, boolean attachToParent) -
bind
-