Class YdsDialogEnableNfcBinding
java.lang.Object
com.yoti.mobile.android.mrtd.databinding.YdsDialogEnableNfcBinding
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class YdsDialogEnableNfcBinding
extends Object
implements androidx.viewbinding.ViewBinding
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal android.widget.TextViewfinal android.widget.Buttonfinal android.widget.ImageViewfinal android.widget.Button -
Method Summary
Modifier and TypeMethodDescriptionstatic YdsDialogEnableNfcBindingbind(android.view.View rootView) androidx.constraintlayout.widget.ConstraintLayoutgetRoot()static YdsDialogEnableNfcBindinginflate(android.view.LayoutInflater inflater) static YdsDialogEnableNfcBindinginflate(android.view.LayoutInflater inflater, android.view.ViewGroup parent, boolean attachToParent)
-
Field Details
-
dialogTitle
@NonNull public final android.widget.TextView dialogTitle -
dismissButton
@NonNull public final android.widget.Button dismissButton -
iconView
@NonNull public final android.widget.ImageView iconView -
startSettingsButton
@NonNull public final android.widget.Button startSettingsButton
-
-
Method Details
-
getRoot
@NonNull public androidx.constraintlayout.widget.ConstraintLayout getRoot()- Specified by:
getRootin interfaceandroidx.viewbinding.ViewBinding
-
inflate
@NonNull public static YdsDialogEnableNfcBinding inflate(@NonNull android.view.LayoutInflater inflater) -
inflate
@NonNull public static YdsDialogEnableNfcBinding inflate(@NonNull android.view.LayoutInflater inflater, @Nullable android.view.ViewGroup parent, boolean attachToParent) -
bind
-