DocumentSharingDialogConfiguration

Configuration for document sharing dialog.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class Builder
Builder used to construct DocumentSharingDialogConfiguration instance.

Functions

Link copied to clipboard
@IntRange(from = 0)
abstract fun getCurrentPage(): Int
Currently displayed page in the shared document.
Link copied to clipboard
abstract fun getDialogTitle(): String
Title of the sharing dialog.
Link copied to clipboard
@IntRange(from = 0)
abstract fun getDocumentPages(): Int
Pages in the shared document.
Link copied to clipboard
Default name displayed in the sharing dialog.
Link copied to clipboard
The text to display in the positive button of the sharing dialog.
Link copied to clipboard
Returns true if the initial position for Pages spinner is set to 'All pages', false otherwise.
Link copied to clipboard
abstract fun isSavingFlow(): Boolean
Returns true if saving flow is enabled, and the layout will reflect the change accordingly.