@situm/react-native
    Preparing search index...

    Type Alias ForegroundServiceNotificationOptions

    A data object that let you customize the Foreground Service Notification that will be shown in the system's tray when the app is running as a Foreground Service. To be used with LocationRequest. Only applies for Android.

    type ForegroundServiceNotificationOptions = {
        message?: string;
        showStopAction?: boolean;
        stopActionText?: string;
        tapAction?: ForegroundServiceNotificationsTapAction;
        title?: string;
    }
    Index

    Properties

    message?: string

    Notification message

    showStopAction?: boolean

    Whether to show stop action

    stopActionText?: string

    Stop action text

    Action to perform when tapping the notification

    title?: string

    Notification title