ShareFeatures

Supported sharing features that should be enabled in the user interface.

Entries

Link copied to clipboard

Document sharing inside PdfActivity. Enables share button in the main toolbar of PdfActivity.

Link copied to clipboard

Selected FreeTextAnnotation text sharing. Enables sharing button in the annotation editing toolbar for selected free-text annotations.

Link copied to clipboard

NoteAnnotation text sharing. Enables sharing button in the annotation editing toolbar for selected note annotations.

Link copied to clipboard

Sharing of note editor contents. Enables sharing for annotation contents (getContents) and annotation replies in the note editor.

Link copied to clipboard

Sharing selected image stamp annotations. Enables sharing button in the annotation editing toolbar for selected image stamp annotations.

Link copied to clipboard

Sharing selected text. Enables sharing button in both text selection toolbar and text selection popup toolbar.

Link copied to clipboard

Sharing embedded files. Enables sharing button in annotation editing toolbar for selected file annotations.

Link copied to clipboard

Sharing of selected sound annotations. Audio data is shared in WAVE file format. Enables sharing button in annotation editing toolbar for selected sound annotations.

Functions

Link copied to clipboard
Creates an enum set containing all share features.
Link copied to clipboard
Creates an empty enum set containing no share features.
Link copied to clipboard
open fun valueOf(name: String): ShareFeatures

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.