-
- All Implemented Interfaces:
-
androidx.viewbinding.ViewBinding
public final class PlyFragmentTemplateBinding implements ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description public final FrameLayoutcontent
-
Method Summary
Modifier and Type Method Description FrameLayoutgetRoot()static PlyFragmentTemplateBindinginflate(@NonNull() LayoutInflater inflater)static PlyFragmentTemplateBindinginflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)static PlyFragmentTemplateBindingbind(@NonNull() View rootView)-
-
Method Detail
-
getRoot
@NonNull() FrameLayout getRoot()
-
inflate
@NonNull() static PlyFragmentTemplateBinding inflate(@NonNull() LayoutInflater inflater)
-
inflate
@NonNull() static PlyFragmentTemplateBinding inflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)
-
bind
@NonNull() static PlyFragmentTemplateBinding bind(@NonNull() View rootView)
-
-
-
-