UNPKG

expo-quanta

Version:

Quanta.js/Expo: Expo SDK for Quanta Tools

25 lines (24 loc) 804 B
import { AbstractQuantaBase } from "./abstract"; declare class QuantaExpoType extends AbstractQuantaBase { private _isTestFlight; init(): void; private detectTestFlight; makeAsyncStorage(): { setItem: (key: string, value: string) => Promise<void>; getItem: (key: string) => Promise<string>; }; setupUrlChangeListeners(): void; handleUrlChange(): Promise<void>; sendViewEvent(): Promise<void>; getAppIdFromScriptTag(): string | null; isServerSide(): boolean; systemLanguageProvider(): string; getBundleId(): string; getVersion(): string; getDeviceInfo(): string; getOSInfo(): string; getDebugFlags(): number; parseScriptTagAttributes(): void; } export declare const Quanta: QuantaExpoType; export { AbstractQuantaBase };