-
- All Implemented Interfaces:
-
androidx.viewbinding.ViewBinding
public final class ReadiumNavigatorViewpagerBinding implements ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description public final ConstraintLayoutconstraintpublic final R2ViewPagerresourcePager
-
Method Summary
Modifier and Type Method Description ConstraintLayoutgetRoot()static ReadiumNavigatorViewpagerBindinginflate(@NonNull() LayoutInflater inflater)static ReadiumNavigatorViewpagerBindinginflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)static ReadiumNavigatorViewpagerBindingbind(@NonNull() View rootView)-
-
Method Detail
-
getRoot
@NonNull() ConstraintLayout getRoot()
-
inflate
@NonNull() static ReadiumNavigatorViewpagerBinding inflate(@NonNull() LayoutInflater inflater)
-
inflate
@NonNull() static ReadiumNavigatorViewpagerBinding inflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)
-
bind
@NonNull() static ReadiumNavigatorViewpagerBinding bind(@NonNull() View rootView)
-
-
-
-