React Native Firebase
    Preparing search index...

    Variable URLRetrievalStatusConst

    URLRetrievalStatus: {
        URL_RETRIEVAL_STATUS_ERROR: "URL_RETRIEVAL_STATUS_ERROR";
        URL_RETRIEVAL_STATUS_PAYWALL: "URL_RETRIEVAL_STATUS_PAYWALL";
        URL_RETRIEVAL_STATUS_SUCCESS: "URL_RETRIEVAL_STATUS_SUCCESS";
        URL_RETRIEVAL_STATUS_UNSAFE: "URL_RETRIEVAL_STATUS_UNSAFE";
        URL_RETRIEVAL_STATUS_UNSPECIFIED: "URL_RETRIEVAL_STATUS_UNSPECIFIED";
    } = ...

    The status of a URL retrieval.

    Type Declaration

    • ReadonlyURL_RETRIEVAL_STATUS_ERROR: "URL_RETRIEVAL_STATUS_ERROR"

      The URL retrieval failed.

    • ReadonlyURL_RETRIEVAL_STATUS_PAYWALL: "URL_RETRIEVAL_STATUS_PAYWALL"

      The URL retrieval failed because the content is behind a paywall.

    • ReadonlyURL_RETRIEVAL_STATUS_SUCCESS: "URL_RETRIEVAL_STATUS_SUCCESS"

      The URL retrieval was successful.

    • ReadonlyURL_RETRIEVAL_STATUS_UNSAFE: "URL_RETRIEVAL_STATUS_UNSAFE"

      The URL retrieval failed because the content is unsafe.

    • ReadonlyURL_RETRIEVAL_STATUS_UNSPECIFIED: "URL_RETRIEVAL_STATUS_UNSPECIFIED"

      Unspecified retrieval status.

    URL_RETRIEVAL_STATUS_UNSPECIFIED: Unspecified retrieval status.
    URL_RETRIEVAL_STATUS_SUCCESS: The URL retrieval was successful.
    URL_RETRIEVAL_STATUS_ERROR: The URL retrieval failed.
    URL_RETRIEVAL_STATUS_PAYWALL: The URL retrieval failed because the content is behind a paywall.
    URL_RETRIEVAL_STATUS_UNSAFE: The URL retrieval failed because the content is unsafe.