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

    Interface HttpEvent

    interface HttpEvent {
        success: boolean;
        status: number;
        responseText: string;
    }
    Index

    Properties

    success: boolean

    True if HTTP request succeeded (e.g., 200, 201, 204).

    status: number

    HTTP status code (e.g., 200, 500, 404).

    responseText: string

    HTTP response text provided by the server.