Home
last modified time | relevance | path

Searched refs:preventScreenCaptureAsync (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo-screen-capture/src/__tests__/
H A DScreenCapture-test.native.js10 expect(ScreenCapture.preventScreenCaptureAsync).toBeDefined();
40 await ScreenCapture.preventScreenCaptureAsync();
41 await ScreenCapture.preventScreenCaptureAsync();
50 await ScreenCapture.preventScreenCaptureAsync('foo');
58 await ScreenCapture.preventScreenCaptureAsync('foo');
59 await ScreenCapture.preventScreenCaptureAsync('foo');
65 await ScreenCapture.preventScreenCaptureAsync('foo');
66 await ScreenCapture.preventScreenCaptureAsync('bar');
H A DScreenCapture-test.web.js9 expect(ScreenCapture.preventScreenCaptureAsync).toBeDefined();
35 await expect(ScreenCapture.preventScreenCaptureAsync).rejects.toThrowError('not available');
/expo/packages/expo-screen-capture/build/
H A DScreenCapture.js30 export async function preventScreenCaptureAsync(key = 'default') { function
69 preventScreenCaptureAsync(key);
H A DScreenCapture.d.ts21 export declare function preventScreenCaptureAsync(key?: string): Promise<void>;
H A DScreenCapture.js.map1preventScreenCaptureAsync`\n * and `allowScreenCaptureAsync` methods (and `usePreventScreenCapture…
/expo/packages/expo-screen-capture/src/
H A DScreenCapture.ts35 export async function preventScreenCaptureAsync(key: string = 'default'): Promise<void> { function
78 preventScreenCaptureAsync(key);
/expo/apps/native-component-list/src/screens/
H A DScreenCaptureScreen.tsx26 ScreenCapture.preventScreenCaptureAsync();
/expo/docs/pages/versions/unversioned/sdk/
H A Dscreen-capture.mdx78 await ScreenCapture.preventScreenCaptureAsync();
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dscreen-capture.mdx78 await ScreenCapture.preventScreenCaptureAsync();
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dscreen-capture.mdx78 await ScreenCapture.preventScreenCaptureAsync();
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dscreen-capture.mdx78 await ScreenCapture.preventScreenCaptureAsync();
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dscreen-capture.mdx78 await ScreenCapture.preventScreenCaptureAsync();