Home
last modified time | relevance | path

Searched defs:getPermissionsAsync (Results 1 – 25 of 76) sorted by relevance

1234

/expo/packages/expo-notifications/build/
H A DNotificationPermissions.d.ts21 export declare function getPermissionsAsync(): Promise<NotificationPermissionsStatus>; function
H A DNotificationPermissionsModule.types.d.ts4 getPermissionsAsync?: () => Promise<NotificationPermissionsStatus>; property
H A DNotificationPermissions.js22 export async function getPermissionsAsync() { function
/expo/packages/expo-av/build/Audio/
H A DRecording.d.ts9 export declare function getPermissionsAsync(): Promise<PermissionResponse>; function
/expo/packages/expo-location/build/
H A DExpoLocation.web.d.ts7 declare function getPermissionsAsync(): Promise<PermissionResponse>; function
/expo/packages/expo-sensors/build/utils/
H A DisSensorEnabledAsync.web.d.ts3 export declare function getPermissionsAsync(): Promise<PermissionResponse>; function
H A DisSensorEnabledAsync.web.js2 export async function getPermissionsAsync() { function
/expo/packages/expo-notifications/src/
H A DNotificationPermissionsModule.types.ts9 getPermissionsAsync?: () => Promise<NotificationPermissionsStatus>; property
H A DNotificationPermissions.ts28 export async function getPermissionsAsync() { function
/expo/packages/expo-contacts/build/
H A DExpoContacts.web.d.ts4 getPermissionsAsync(): Promise<PermissionResponse>; constant
/expo/packages/expo-brightness/build/
H A DExpoBrightness.web.d.ts4 getPermissionsAsync(): Promise<PermissionResponse>; constant
/expo/packages/expo-sensors/build/
H A DExponentGyroscope.web.d.ts8 getPermissionsAsync: typeof getPermissionsAsync; constant
H A DExponentAccelerometer.web.d.ts10 getPermissionsAsync: typeof getPermissionsAsync; constant
H A DExponentDeviceMotion.web.d.ts10 getPermissionsAsync: typeof getPermissionsAsync; constant
H A DPedometer.js46 export async function getPermissionsAsync() { function
/expo/packages/expo-camera/build/
H A DCamera.d.ts163 export declare const Constants: ConstantsType, getPermissionsAsync: typeof Camera.getPermissionsAsy… constant
/expo/packages/expo-media-library/build/
H A DExpoMediaLibrary.web.d.ts8 getPermissionsAsync(_writeOnly: boolean): Promise<PermissionResponse>; constant
/expo/packages/expo-sensors/src/
H A DPedometer.ts71 export async function getPermissionsAsync(): Promise<PermissionResponse> { function
H A DDeviceSensor.ts105 async getPermissionsAsync(): Promise<PermissionResponse> { method in DeviceSensor
/expo/packages/expo-barcode-scanner/build/
H A DBarCodeScanner.d.ts158 }, getPermissionsAsync: typeof BarCodeScanner.getPermissionsAsync, requestPermissionsAsync: typeof … constant
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/barcodescanner/
H A DBarCodeScannerModule.kt62 fun getPermissionsAsync(promise: Promise) { in getPermissionsAsync() method
/expo/packages/expo-location/src/
H A DExpoLocation.web.ts55 async function getPermissionsAsync(): Promise<PermissionResponse> { function
/expo/packages/expo-cellular/build/
H A DCellular.js248 export async function getPermissionsAsync() { function
/expo/packages/expo-cellular/src/
H A DCellular.ts267 export async function getPermissionsAsync(): Promise<PermissionResponse> { function
/expo/ios/versioned/sdk47/EXBarCodeScanner/EXBarCodeScanner/
H A DABI47_0_0EXBarCodeScannerModule.m41 ABI47_0_0EX_EXPORT_METHOD_AS(getPermissionsAsync, category

1234