Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Add "isInitialized" method to the Qubit SDK class #2

@menardsmobileapp

Description

@menardsmobileapp

The QubitSDK class should have an isInitialized() method. Something simple like

public static boolean isInitialized() {
    return sdkSingleton != null;
}

This would make it easier to temporarily disable Qubit, or to defer its initialization to the first activity when no custom Application class is being used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions