Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
enum FSFetchReasons
import { FSFetchReasons } from "https://deno.land/x/flagship_io_js_sdk@4.0.1/enum/FSFetchReasons.ts";

Enum representing the reasons for fetching Flags.

Members

AUTHENTICATE = "AUTHENTICATE"

Indicates that the XPC method 'authenticate' has been called.

FETCH_ERROR = "FETCH_ERROR"

Indicates that fetching flags has failed.

NONE = "NONE"

Indicates that there is no specific reason for fetching flags.

READ_FROM_CACHE = "READ_FROM_CACHE"

Indicates that flags have been fetched from the cache.

UNAUTHENTICATE = "UNAUTHENTICATE"

Indicates that the XPC method 'unauthenticate' has been called.

UPDATE_CONTEXT = "UPDATE_CONTEXT"

Indicates that a context has been updated or changed.

VISITOR_CREATED = "VISITOR_CREATED"

Indicates that the visitor has been created.