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