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