You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2026. It is now read-only.
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.