
# Module `PhoneGap.Priority`

```ocaml
type t = 
  | Minimum
  | Low
  | Default
  | High
  | Maximum
```
`Maximum` means the notification will be displayed on the screen above all views during 2 or 3 seconds. The notification will remain available in the notification area.
