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

    Interface AuthorizationEvent

    interface AuthorizationEvent {
        status: number;
        success: boolean;
        error: string;
        response: any;
    }
    Index

    Properties

    status: number

    HTTP status returned from your Authorization.refreshUrl (or 0 if failed).

    success: boolean

    True when the authorization request succeeded.

    error: string

    Error message when success is false; otherwise null.

    response: any

    Decoded JSON response when success is true; otherwise null.