react-native-background-geolocation@5.0.0-beta.1
    Preparing search index...

    Variable NotificationPriorityConst

    NotificationPriority: { Default: 0; High: 1; Low: -1; Max: 2; Min: -2 } = ...

    Defines the priority / visibility of the Android foreground-service notification.

    This affects how the notification appears in the status bar and how strongly the OS ranks it among other notifications.

    Mirrors Flutter’s NotificationPriority enum.

    Type Declaration

    • ReadonlyDefault: 0

      Default notification priority (normal weighting).

    • ReadonlyHigh: 1

      Notification strongly weighted to top of list; icon strongly weighted to the left.

    • ReadonlyLow: -1

      Notification weighted to bottom of list; icon weighted to the right.

    • ReadonlyMax: 2
    • ReadonlyMin: -2

      Notification strongly weighted to bottom of list; icon hidden.