Searched refs:startARSessionAsync (Results 1 – 8 of 8) sorted by relevance
93 async startARSessionAsync() { method in GLView94 if (!ExponentGLViewManager.startARSessionAsync) {97 return await ExponentGLViewManager.startARSessionAsync(findNodeHandle(this.nativeRef));
46 startARSessionAsync(): Promise<any>;
26 startARSessionAsync(): Promise<void>;
180 async startARSessionAsync() { method in GLView
1 …startARSessionAsync(): Promise<any> {\n if (!ExponentGLViewManager.startARSessionAsync) {\n …
1 …\n }\n\n public async startARSessionAsync(): Promise<void> {\n throw new UnavailabilityError(…
152 async startARSessionAsync(): Promise<any> {153 if (!ExponentGLViewManager.startARSessionAsync) {154 throw new UnavailabilityError('expo-gl', 'startARSessionAsync');156 return await ExponentGLViewManager.startARSessionAsync(findNodeHandle(this.nativeRef));
262 public async startARSessionAsync(): Promise<void> {263 throw new UnavailabilityError('GLView', 'startARSessionAsync');