Home
last modified time | relevance | path

Searched defs:getMicrophonePermissionsAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-camera/build/
H A DCamera.d.ts163 …ermissionsAsync: typeof Camera.requestCameraPermissionsAsync, getMicrophonePermissionsAsync: typeo… constant
H A DExponentCameraManager.web.d.ts38 getMicrophonePermissionsAsync(): Promise<PermissionResponse>; constant
H A DCamera.js153 static async getMicrophonePermissionsAsync() { method in Camera