Home
last modified time | relevance | path

Searched refs:startARSessionAsync (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-gl/build/
H A DGLView.js93 async startARSessionAsync() { method in GLView
94 if (!ExponentGLViewManager.startARSessionAsync) {
97 return await ExponentGLViewManager.startARSessionAsync(findNodeHandle(this.nativeRef));
H A DGLView.d.ts46 startARSessionAsync(): Promise<any>;
H A DGLView.web.d.ts26 startARSessionAsync(): Promise<void>;
H A DGLView.web.js180 async startARSessionAsync() { method in GLView
H A DGLView.js.map1startARSessionAsync(): Promise<any> {\n if (!ExponentGLViewManager.startARSessionAsync) {\n …
H A DGLView.web.js.map1 …\n }\n\n public async startARSessionAsync(): Promise<void> {\n throw new UnavailabilityError(…
/expo/packages/expo-gl/src/
H A DGLView.tsx152 async startARSessionAsync(): Promise<any> {
153 if (!ExponentGLViewManager.startARSessionAsync) {
154 throw new UnavailabilityError('expo-gl', 'startARSessionAsync');
156 return await ExponentGLViewManager.startARSessionAsync(findNodeHandle(this.nativeRef));
H A DGLView.web.tsx262 public async startARSessionAsync(): Promise<void> {
263 throw new UnavailabilityError('GLView', 'startARSessionAsync');