Class YdsFragmentDebugMenuBinding
java.lang.Object
com.yoti.mobile.android.commonui.databinding.YdsFragmentDebugMenuBinding
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class YdsFragmentDebugMenuBinding
extends Object
implements androidx.viewbinding.ViewBinding
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal androidx.recyclerview.widget.RecyclerView -
Method Summary
Modifier and TypeMethodDescriptionstatic YdsFragmentDebugMenuBindingbind(android.view.View rootView) androidx.recyclerview.widget.RecyclerViewgetRoot()static YdsFragmentDebugMenuBindinginflate(android.view.LayoutInflater inflater) static YdsFragmentDebugMenuBindinginflate(android.view.LayoutInflater inflater, android.view.ViewGroup parent, boolean attachToParent)
-
Field Details
-
debugRecyclerView
@NonNull public final androidx.recyclerview.widget.RecyclerView debugRecyclerView
-
-
Method Details
-
getRoot
@NonNull public androidx.recyclerview.widget.RecyclerView getRoot()- Specified by:
getRootin interfaceandroidx.viewbinding.ViewBinding
-
inflate
@NonNull public static YdsFragmentDebugMenuBinding inflate(@NonNull android.view.LayoutInflater inflater) -
inflate
@NonNull public static YdsFragmentDebugMenuBinding inflate(@NonNull android.view.LayoutInflater inflater, @Nullable android.view.ViewGroup parent, boolean attachToParent) -
bind
-