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 isImmersiveModeEnabled: Boolean, val isShowPageNumberOverlay: Boolean, val isSignatureButtonPositionForcedInMainToolbar: Boolean, val isShowPageLabels: Boolean, val isShowDocumentTitleOverlayEnabled: Boolean, val isShowNavigationButtonsEnabled: Boolean, val thumbnailBarMode: ERROR CLASS: Symbol not found for ThumbnailBarMode, val isThumbnailGridEnabled: Boolean, val isDocumentEditorEnabled: Boolean, val isSearchEnabled: Boolean, val isSettingsItemEnabled: Boolean, val settingsMenuItemShown: EnumSet<ERROR CLASS: Symbol not found for SettingsMenuItemType>, val searchType: ERROR CLASS: Symbol not found for SearchType, val isPrintingEnabled: Boolean, val userInterfaceViewMode: ERROR CLASS: Symbol not found for UserInterfaceViewMode, val hideUserInterfaceWhenCreatingAnnotations: Boolean, val isAnnotationListEnabled: Boolean, val isDefaultToolbarEnabled: Boolean, val isAnnotationListReorderingEnabled: Boolean, val listedAnnotationTypes: EnumSet<ERROR CLASS: Symbol not found for AnnotationType>, val isOutlineEnabled: Boolean, val isEmbeddedFilesViewEnabled: Boolean, val isBookmarkListEnabled: Boolean, val isDocumentInfoViewEnabled: Boolean, val isDocumentInfoViewSeparated: Boolean, @IntRange(from = 0 ) val page: Int, val searchConfiguration: ERROR CLASS: Symbol not found for SearchConfiguration??, val isAnnotationNoteHintingEnabled: Boolean, val tabBarHidingMode: ERROR CLASS: Symbol not found for 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.