Package-level declarations
Configuration of the com.pspdfkit.ui.PdfActivity.
Types
Link copied to clipboard
data class PdfActivityConfiguration(val configuration: PdfConfiguration, val activityTitle: String?, val layout: Int, val theme: Int, val darkTheme: Int, val isImmersiveMode: Boolean, val isShowPageNumberOverlay: Boolean, val isSignatureButtonPositionForcedInMainToolbar: Boolean, val isShowPageLabels: Boolean, val isShowDocumentTitleOverlayEnabled: Boolean, val isShowNavigationButtonsEnabled: Boolean, val thumbnailBarMode: ThumbnailBarMode, val isThumbnailGridEnabled: Boolean, val isDocumentEditorEnabled: Boolean, val isSearchEnabled: Boolean, val isSettingsItemEnabled: Boolean, val settingsMenuItemShown: EnumSet<SettingsMenuItemType>, val searchType: SearchType, val isPrintingEnabled: Boolean, val userInterfaceViewMode: UserInterfaceViewMode, val hideUserInterfaceWhenCreatingAnnotations: Boolean, val isAnnotationListEnabled: Boolean, val isDefaultToolbarEnabled: Boolean, val isAnnotationListReorderingEnabled: Boolean, val listedAnnotationTypes: EnumSet<AnnotationType>, val isOutlineEnabled: Boolean, val isEmbeddedFilesViewEnabled: Boolean, val isBookmarkListEnabled: Boolean, val isBookmarkEditingEnabled: Boolean, val isDocumentInfoViewEnabled: Boolean, val isDocumentInfoViewSeparated: Boolean, @IntRange(from = 0 ) val page: Int, val searchConfiguration: SearchConfiguration?, val isAnnotationNoteHintingEnabled: Boolean, val tabBarHidingMode: TabBarHidingMode, val isVolumeButtonsNavigationEnabled: Boolean, val isRedactionUiEnabled: Boolean, val isReaderViewEnabled: Boolean) : Parcelable
Configuration for PDF display in a separate activity or com.pspdfkit.ui.PdfUiFragment. Use PdfActivityConfiguration.Builder.build to create an instance of this class.
Link copied to clipboard
enum TabBarHidingMode
Mode controlling whether the tab bar should be shown or hidden depending on if there are loaded documents.
Link copied to clipboard
enum ThumbnailBarMode
Describes thumbnail bar mode.
Link copied to clipboard
Describes user interface and system bars mode.