Searched defs:getCameraPermissionsAsync (Results 1 – 7 of 7) sorted by relevance
7 export declare function getCameraPermissionsAsync(): Promise<CameraPermissionResponse>; function
15 getCameraPermissionsAsync(): Promise<PermissionResponse>; constant
24 export async function getCameraPermissionsAsync() { function
163 …requestPermissionsAsync: typeof Camera.requestPermissionsAsync, getCameraPermissionsAsync: typeof … constant
36 getCameraPermissionsAsync(): Promise<PermissionResponse>; constant
122 static async getCameraPermissionsAsync() { method in Camera
56 export async function getCameraPermissionsAsync(): Promise<CameraPermissionResponse> { function