PSPDFDocumentSharingStep

Objective-C

enum PSPDFDocumentSharingStep : NSUInteger {}

Swift

@frozen enum Step : UInt, @unchecked Sendable

Defines a moment in the sharing process.

  • When the user is picking the options to share the document with.

    Declaration

    Objective-C

    PSPDFDocumentSharingStepConfiguration

    Swift

    case configuration = 0
  • When the files have been generated and passed over to the destination, such as Mail or UIActivityViewController.

    Declaration

    Objective-C

    PSPDFDocumentSharingStepDestination

    Swift

    case destination = 1
  • When the files are being generated.

    Declaration

    Objective-C

    PSPDFDocumentSharingStepFileGeneration

    Swift

    case fileGeneration = 2