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

Enum representing the status of the Flagship SDK.

Members

SDK_INITIALIZED = 3

The Initialization is done, and Flagship SDK is ready to use.

SDK_INITIALIZING = 1

The SDK is currently initializing.

SDK_NOT_INITIALIZED = 0

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

SDK_PANIC = 2

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