Class YdsFragmentEducationBinding
java.lang.Object
com.yoti.mobile.android.mrtd.databinding.YdsFragmentEducationBinding
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class YdsFragmentEducationBinding
extends Object
implements androidx.viewbinding.ViewBinding
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.yoti.mobile.android.common.ui.widgets.YotiAppbarfinal android.widget.TextViewfinal android.widget.ImageViewfinal android.widget.TextViewfinal com.yoti.mobile.android.common.ui.widgets.YotiButtonfinal android.widget.ScrollViewfinal android.view.View -
Method Summary
Modifier and TypeMethodDescriptionstatic YdsFragmentEducationBindingbind(android.view.View rootView) androidx.constraintlayout.widget.ConstraintLayoutgetRoot()static YdsFragmentEducationBindinginflate(android.view.LayoutInflater inflater) static YdsFragmentEducationBindinginflate(android.view.LayoutInflater inflater, android.view.ViewGroup parent, boolean attachToParent)
-
Field Details
-
appBar
@NonNull public final com.yoti.mobile.android.common.ui.widgets.YotiAppbar appBar -
nfcEducationDescription
@NonNull public final android.widget.TextView nfcEducationDescription -
nfcEducationImage
@NonNull public final android.widget.ImageView nfcEducationImage -
nfcEducationTitle
@NonNull public final android.widget.TextView nfcEducationTitle -
nfcStartButton
@NonNull public final com.yoti.mobile.android.common.ui.widgets.YotiButton nfcStartButton -
scrollView
@NonNull public final android.widget.ScrollView scrollView -
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 YdsFragmentEducationBinding inflate(@NonNull android.view.LayoutInflater inflater) -
inflate
@NonNull public static YdsFragmentEducationBinding inflate(@NonNull android.view.LayoutInflater inflater, @Nullable android.view.ViewGroup parent, boolean attachToParent) -
bind
-