DocumentPickerType

@objc
public enum DocumentPickerType : Int

Document picker types.

case gallery
case explorer
  • Gallery picker

    Declaration

    Swift

    case gallery
  • File explorer picker

    Declaration

    Swift

    case explorer