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

    Interface HeadlessEvent

    Event for Android headless tasks registered via BackgroundGeolocation.registerHeadlessTask

    interface HeadlessEvent {
        name: Event;
        params: Record<string, any>;
    }
    Index

    Properties

    Properties

    name: Event

    BackgroundGeolocation event name (e.g., 'location', 'http', 'terminate').

    params: Record<string, any>

    General event params according to the event context.