Skip to content

@camera.ui/sdk / camera / NotificationSpeed

Type Alias: NotificationSpeed

NotificationSpeed = "immediate" | "balanced" | "best"

Defined in: camera/notification.ts:9

How long a push waits for a good picture.

  • immediate: send right away, with a picture only if one is ready
  • balanced: wait up to 2 seconds for the best picture
  • best: wait up to 4 seconds for the best picture