@plattar/plattar-ar-adapter
Version:
Plattar AR Adapter for interfacing with Google & Apple WebAR
20 lines (19 loc) • 602 B
TypeScript
/**
* Static Utility Functions
*/
export declare class Util {
static isValidServerLocation(server: string | null | undefined): boolean;
static canAugment(): boolean;
static canQuicklook(): boolean;
static canSceneViewer(): boolean;
static canRealityViewer(): boolean;
static isSafariOnIOS(): boolean;
static isChromeOnIOS(): boolean;
static isIOS(): boolean;
static isAndroid(): boolean;
static isFirefox(): boolean;
static isOculus(): boolean;
static isSafari(): boolean;
static getIOSVersion(): number[];
static getChromeVersion(): number;
}