Searched refs:getIosIdForVendorAsync (Results 1 – 10 of 10) sorted by relevance
113 export async function getIosIdForVendorAsync(): Promise<string | null> { function114 if (!ExpoApplication.getIosIdForVendorAsync) {117 return (await ExpoApplication.getIosIdForVendorAsync()) ?? null;
105 export async function getIosIdForVendorAsync() { function106 if (!ExpoApplication.getIosIdForVendorAsync) {109 return (await ExpoApplication.getIosIdForVendorAsync()) ?? null;
78 export declare function getIosIdForVendorAsync(): Promise<string | null>;
1 …getIosIdForVendorAsync();\n * // \"68753A44-4D6F-1226-9C60-0050E4C00067\"\n * ```\n * @platform io…
48 idfv = await Application.getIosIdForVendorAsync();152 idfv = await Application.getIosIdForVendorAsync();
16 EX_EXPORT_METHOD_AS(getIosIdForVendorAsync, getIosIdForVendorAsyncWithResolver:(EXPromiseResolveBlo… category
16 ABI47_0_0EX_EXPORT_METHOD_AS(getIosIdForVendorAsync, getIosIdForVendorAsyncWithResolver:(ABI47_0_0E… category
16 ABI48_0_0EX_EXPORT_METHOD_AS(getIosIdForVendorAsync, getIosIdForVendorAsyncWithResolver:(ABI48_0_0E… category
16 ABI49_0_0EX_EXPORT_METHOD_AS(getIosIdForVendorAsync, getIosIdForVendorAsyncWithResolver:(ABI49_0_0E… category
153 - Fixed return type of `getIosIdForVendorAsync` to include possible `null` value which can be retur…