PickMultipleFromGalleryParams: { type?: Type; page: IPage; android?: { fixOrientation?: boolean; maxImageSize?: number }; onSuccess: ((params: { assets: [{ image?: IImage; file?: IFile | null }] }) => void); onCancel?: (() => void); onFailure?: ((e: [{ message: string; fileName: string | null; uri: string }]) => void) }

Type declaration

  • Optional type?: Type
  • page: IPage
  • Optional android?: { fixOrientation?: boolean; maxImageSize?: number }
    • Optional fixOrientation?: boolean
    • Optional maxImageSize?: number
  • onSuccess: ((params: { assets: [{ image?: IImage; file?: IFile | null }] }) => void)
      • (params: { assets: [{ image?: IImage; file?: IFile | null }] }): void
      • Parameters

        • params: { assets: [{ image?: IImage; file?: IFile | null }] }

        Returns void

  • Optional onCancel?: (() => void)
      • (): void
      • Returns void

  • Optional onFailure?: ((e: [{ message: string; fileName: string | null; uri: string }]) => void)
      • (e: [{ message: string; fileName: string | null; uri: string }]): void
      • Parameters

        • e: [{ message: string; fileName: string | null; uri: string }]

        Returns void

Generated using TypeDoc