-
- All Implemented Interfaces:
-
androidx.viewbinding.ViewBinding
public final class PlyFlowModalFragmentBinding implements ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description public final FrameLayoutplyBottomSheetContainerpublic final ViewplyBottomSheetScrim
-
Method Summary
Modifier and Type Method Description CoordinatorLayoutgetRoot()static PlyFlowModalFragmentBindinginflate(@NonNull() LayoutInflater inflater)static PlyFlowModalFragmentBindinginflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)static PlyFlowModalFragmentBindingbind(@NonNull() View rootView)-
-
Method Detail
-
getRoot
@NonNull() CoordinatorLayout getRoot()
-
inflate
@NonNull() static PlyFlowModalFragmentBinding inflate(@NonNull() LayoutInflater inflater)
-
inflate
@NonNull() static PlyFlowModalFragmentBinding inflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)
-
bind
@NonNull() static PlyFlowModalFragmentBinding bind(@NonNull() View rootView)
-
-
-
-