Interface Camera

Index

Properties

Methods

Properties

public DestinationType: CameraDestinationTypeObject

public EncodingType: CameraEncodingTypeObject

public MediaType: CameraMediaTypeObject

public PictureSourceType: CameraPictureSourceTypeObject

public PopoverArrowDirection: CameraPopoverArrowDirectionObject

public sourceType: any

Methods

public cleanup(cameraSuccess: (imageData: string) => void, cameraError: (message: string) => void)

Parameters

  • cameraSuccess: (imageData: string) => void
  • cameraError: (message: string) => void

public getPicture(cameraSuccess: (imageData: string) => void, cameraError: (message: string) => void, cameraOptions?: CameraOptions)

Parameters

  • cameraSuccess: (imageData: string) => void
  • cameraError: (message: string) => void
  • cameraOptions?: CameraOptions optional