Skip to main content
Go to Latest
enum FlagshipStatus
import { FlagshipStatus } from "https://deno.land/x/flagship_io_js_sdk@3.0.11/mod.ts";

Members

NOT_INITIALIZED = 0

It is the default initial status. This status remains until the sdk has been initialized successfully.

NOT_READY = 0

It is the default initial status. This status remains until the sdk has been initialized successfully. Flagship SDK has not been started or initialized successfully.

POLLING = 2

Flagship SDK has been started successfully but is still polling campaigns.

READY = 4

Flagship SDK is ready to use.

READY_PANIC_ON = 3

Flagship SDK is ready but is running in Panic mode: All features are disabled except the one which refresh this status.

STARTING = 1

Flagship SDK is starting.