We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d123c97 commit 1dda58cCopy full SHA for 1dda58c
README.md
@@ -40,7 +40,7 @@ open_pdf.setOnClickListener {
40
41
// Use 'launchPdfFromPath' if you want to use assets file (enable "fromAssets" flag) / internal directory
42
43
- PdfViewerActivity.launchPdfFromUrl(
+ PdfViewerActivity.launchPdfFromUrl( //PdfViewerActivity.Companion.launchPdfFromUrl(.. :: incase of JAVA
44
context,
45
"pdf_url", // PDF URL in String format
46
"Pdf title/name ", // PDF Name/Title in String format
0 commit comments