Home
last modified time | relevance | path

Searched refs:getPermissionsAsync (Results 1 – 25 of 165) sorted by relevance

1234567

/expo/packages/expo-notifications/build/
H A DNotificationPermissions.js22 export async function getPermissionsAsync() { function
23 if (!NotificationPermissionsModule.getPermissionsAsync) {
26 return await NotificationPermissionsModule.getPermissionsAsync();
77 getMethod: getPermissionsAsync,
/expo/packages/expo-notifications/src/
H A DNotificationPermissions.ts28 export async function getPermissionsAsync() { function
29 if (!NotificationPermissionsModule.getPermissionsAsync) {
33 return await NotificationPermissionsModule.getPermissionsAsync();
90 getMethod: getPermissionsAsync,
/expo/packages/expo-sensors/build/
H A DExponentGyroscope.web.d.ts1 import { getPermissionsAsync, requestPermissionsAsync } from './utils/isSensorEnabledAsync.web';
8 getPermissionsAsync: typeof getPermissionsAsync; constant
H A DExponentDeviceMotion.web.d.ts1 import { getPermissionsAsync, requestPermissionsAsync } from './utils/isSensorEnabledAsync.web';
10 getPermissionsAsync: typeof getPermissionsAsync; constant
H A DExponentAccelerometer.web.d.ts1 import { getPermissionsAsync, requestPermissionsAsync } from './utils/isSensorEnabledAsync.web';
10 getPermissionsAsync: typeof getPermissionsAsync; constant
H A DPedometer.js46 export async function getPermissionsAsync() { function
47 if (!ExponentPedometer.getPermissionsAsync) {
51 return await ExponentPedometer.getPermissionsAsync();
H A DDeviceSensor.js83 async getPermissionsAsync() { method in DeviceSensor
84 if (!this._nativeModule.getPermissionsAsync) {
88 return await this._nativeModule.getPermissionsAsync();
H A DExponentGyroscope.web.js2 import { assertSensorEventEnabledAsync, getPermissionsAsync, isSensorEnabledAsync, requestPermissio…
21 getPermissionsAsync,
H A DExponentAccelerometer.web.js2 import { assertSensorEventEnabledAsync, getPermissionsAsync, isSensorEnabledAsync, requestPermissio…
22 getPermissionsAsync,
H A DExponentDeviceMotion.web.js2 import { assertSensorEventEnabledAsync, getPermissionsAsync, isSensorEnabledAsync, requestPermissio…
30 getPermissionsAsync,
/expo/packages/expo-location/build/
H A DExpoLocation.web.js42 async function getPermissionsAsync() { function
119 getPermissionsAsync,
121 return getPermissionsAsync();
124 return getPermissionsAsync();
127 return getPermissionsAsync();
130 return getPermissionsAsync();
133 return getPermissionsAsync();
H A DExpoLocation.web.d.ts7 declare function getPermissionsAsync(): Promise<PermissionResponse>; function
21 getPermissionsAsync: typeof getPermissionsAsync;
/expo/packages/expo-location/src/
H A DExpoLocation.web.ts55 async function getPermissionsAsync(): Promise<PermissionResponse> { function
145 getPermissionsAsync,
147 return getPermissionsAsync();
150 return getPermissionsAsync();
153 return getPermissionsAsync();
156 return getPermissionsAsync();
159 return getPermissionsAsync();
/expo/packages/expo-sensors/src/
H A DPedometer.ts71 export async function getPermissionsAsync(): Promise<PermissionResponse> { function
72 if (!ExponentPedometer.getPermissionsAsync) {
75 return await ExponentPedometer.getPermissionsAsync();
H A DExponentGyroscope.web.ts5 getPermissionsAsync,
29 getPermissionsAsync,
H A DDeviceSensor.ts105 async getPermissionsAsync(): Promise<PermissionResponse> { method in DeviceSensor
106 if (!this._nativeModule.getPermissionsAsync) {
109 return await this._nativeModule.getPermissionsAsync();
H A DExponentAccelerometer.web.ts5 getPermissionsAsync,
30 getPermissionsAsync,
H A DExponentDeviceMotion.web.ts5 getPermissionsAsync,
38 getPermissionsAsync,
/expo/packages/expo-barcode-scanner/build/
H A DBarCodeScanner.js27 static async getPermissionsAsync() { method in BarCodeScanner
28 return ExpoBarCodeScannerModule.getPermissionsAsync();
51 getMethod: BarCodeScanner.getPermissionsAsync,
122 export const { Constants, getPermissionsAsync, requestPermissionsAsync, scanFromURLAsync } = BarCod…
H A DBarCodeScanner.d.ts115 static getPermissionsAsync(): Promise<PermissionResponse>;
158 }, getPermissionsAsync: typeof BarCodeScanner.getPermissionsAsync, requestPermissionsAsync: typeof … constant
/expo/packages/expo-cellular/build/
H A DCellular.js248 export async function getPermissionsAsync() { function
250 return await ExpoCellular.getPermissionsAsync();
283 getMethod: getPermissionsAsync,
/expo/packages/expo-cellular/src/
H A DCellular.ts267 export async function getPermissionsAsync(): Promise<PermissionResponse> { function
269 return await ExpoCellular.getPermissionsAsync();
306 getMethod: getPermissionsAsync,
/expo/packages/expo-tracking-transparency/build/
H A DTrackingTransparency.js59 if (!ExpoTrackingTransparency.getPermissionsAsync) {
62 return await ExpoTrackingTransparency.getPermissionsAsync();
/expo/packages/expo-brightness/build/
H A DBrightness.js164 export async function getPermissionsAsync() { function
165 return ExpoBrightness.getPermissionsAsync();
186 getMethod: getPermissionsAsync,
/expo/packages/expo-camera/build/
H A DCamera.d.ts34 static getPermissionsAsync(): Promise<PermissionResponse>;
163 export declare const Constants: ConstantsType, getPermissionsAsync: typeof Camera.getPermissionsAsy… constant

1234567