Type alias ForegroundServiceNotificationOptions

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

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 declaration

Generated using TypeDoc