Home
last modified time | relevance | path

Searched refs:getIosIdForVendorAsync (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-application/src/
H A DApplication.ts113 export async function getIosIdForVendorAsync(): Promise<string | null> { function
114 if (!ExpoApplication.getIosIdForVendorAsync) {
117 return (await ExpoApplication.getIosIdForVendorAsync()) ?? null;
/expo/packages/expo-application/build/
H A DApplication.js105 export async function getIosIdForVendorAsync() { function
106 if (!ExpoApplication.getIosIdForVendorAsync) {
109 return (await ExpoApplication.getIosIdForVendorAsync()) ?? null;
H A DApplication.d.ts78 export declare function getIosIdForVendorAsync(): Promise<string | null>;
H A DApplication.js.map1getIosIdForVendorAsync();\n * // \"68753A44-4D6F-1226-9C60-0050E4C00067\"\n * ```\n * @platform io…
/expo/apps/test-suite/tests/
H A DApplication.js48 idfv = await Application.getIosIdForVendorAsync();
152 idfv = await Application.getIosIdForVendorAsync();
/expo/packages/expo-application/ios/EXApplication/
H A DEXApplication.m16 EX_EXPORT_METHOD_AS(getIosIdForVendorAsync, getIosIdForVendorAsyncWithResolver:(EXPromiseResolveBlo… category
/expo/ios/versioned/sdk47/EXApplication/EXApplication/
H A DABI47_0_0EXApplication.m16 ABI47_0_0EX_EXPORT_METHOD_AS(getIosIdForVendorAsync, getIosIdForVendorAsyncWithResolver:(ABI47_0_0E… category
/expo/ios/versioned/sdk48/EXApplication/EXApplication/
H A DABI48_0_0EXApplication.m16 ABI48_0_0EX_EXPORT_METHOD_AS(getIosIdForVendorAsync, getIosIdForVendorAsyncWithResolver:(ABI48_0_0E… category
/expo/ios/versioned/sdk49/EXApplication/EXApplication/
H A DABI49_0_0EXApplication.m16 ABI49_0_0EX_EXPORT_METHOD_AS(getIosIdForVendorAsync, getIosIdForVendorAsyncWithResolver:(ABI49_0_0E… category
/expo/packages/expo-application/
H A DCHANGELOG.md153 - Fixed return type of `getIosIdForVendorAsync` to include possible `null` value which can be retur…