Searched refs:getDeviceTypeAsync (Results 1 – 16 of 16) sorted by relevance
211 export async function getDeviceTypeAsync() { function212 if (!ExpoDevice.getDeviceTypeAsync) {215 return await ExpoDevice.getDeviceTypeAsync();
16 getDeviceTypeAsync(): Promise<DeviceType>; constant
203 export declare function getDeviceTypeAsync(): Promise<DeviceType>; function
72 async getDeviceTypeAsync() {
1 …getDeviceTypeAsync();\n * // DeviceType.PHONE\n * ```\n */\nexport async function getDeviceTypeAsy…
1 …n },\n get deviceName(): null {\n return null;\n },\n async getDeviceTypeAsync(): Promise<D…
232 export async function getDeviceTypeAsync(): Promise<DeviceType> { function233 if (!ExpoDevice.getDeviceTypeAsync) {236 return await ExpoDevice.getDeviceTypeAsync();
79 async getDeviceTypeAsync(): Promise<DeviceType> {
96 method={async () => deviceTypeMap[await Device.getDeviceTypeAsync()]}
87 fun getDeviceTypeAsync(promise: Promise) { in getDeviceTypeAsync() method in abi47_0_0.expo.modules.device.DeviceModule
10 const deviceType = await Device.getDeviceTypeAsync();
46 - Fixed Device.getDeviceTypeAsync() returning TABLET on some devices. ([#21325](https://github.com/…
193 ### `Device.getDeviceTypeAsync()`206 await Device.getDeviceTypeAsync();
54 ABI47_0_0EX_EXPORT_METHOD_AS(getDeviceTypeAsync, category
1 … iPad, or Apple TV.\n * @deprecated Use `expo-device`'s [`Device.getDeviceTypeAsync()`](./device…
164 …- Fixed Device.getDeviceTypeAsync() returning TABLET on some devices. ([#21325](https://github.com…