-
public final class ViewerStringsEncapsulates all string resources used in PdfViewerActivity, with theme override support.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classViewerStrings.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringerrorPdfCorruptedprivate final StringerrorNoInternetprivate final StringfileSavedSuccessfullyprivate final StringfileSavedToDownloadsprivate final StringfileNotDownloadedYetprivate final StringpermissionRequiredprivate final StringpermissionRequiredTitleprivate final StringgenericErrorprivate final Stringretryprivate final Stringcancelprivate final Stringgrantprivate final StringerrorDialogTitle
-
Constructor Summary
Constructors Constructor Description ViewerStrings(String errorPdfCorrupted, String errorNoInternet, String fileSavedSuccessfully, String fileSavedToDownloads, String fileNotDownloadedYet, String permissionRequired, String permissionRequiredTitle, String genericError, String retry, String cancel, String grant, String errorDialogTitle)
-
Method Summary
Modifier and Type Method Description final StringgetErrorPdfCorrupted()final StringgetErrorNoInternet()final StringgetFileSavedSuccessfully()final StringgetFileSavedToDownloads()final StringgetFileNotDownloadedYet()final StringgetPermissionRequired()final StringgetPermissionRequiredTitle()final StringgetGenericError()final StringgetRetry()final StringgetCancel()final StringgetGrant()final StringgetErrorDialogTitle()-
-
Constructor Detail
-
ViewerStrings
ViewerStrings(String errorPdfCorrupted, String errorNoInternet, String fileSavedSuccessfully, String fileSavedToDownloads, String fileNotDownloadedYet, String permissionRequired, String permissionRequiredTitle, String genericError, String retry, String cancel, String grant, String errorDialogTitle)
-
-
Method Detail
-
getErrorPdfCorrupted
final String getErrorPdfCorrupted()
-
getErrorNoInternet
final String getErrorNoInternet()
-
getFileSavedSuccessfully
final String getFileSavedSuccessfully()
-
getFileSavedToDownloads
final String getFileSavedToDownloads()
-
getFileNotDownloadedYet
final String getFileNotDownloadedYet()
-
getPermissionRequired
final String getPermissionRequired()
-
getPermissionRequiredTitle
final String getPermissionRequiredTitle()
-
getGenericError
final String getGenericError()
-
getErrorDialogTitle
final String getErrorDialogTitle()
-
-
-
-