Searched defs:deviceId (Results 1 – 12 of 12) sorted by relevance
19 deviceId: string; variable56 const deviceId = await UserSettings.getAnonymousIdentifierAsync(); constant99 const { userId, deviceId } = identifyData; constant
82 const { deviceId: newDeviceId, deviceName, appName } = getDeviceInfo(request.url); constant84 const deviceId = newDeviceId ?? fallbackDeviceId; constant143 const { deviceId, pageId, debuggerType } = getDebuggerInfo(request.url); constant
54 const deviceId = options.deviceId || (await getDeviceIdAsync()); constant85 deviceId: deviceId.toLowerCase(), constant
80 deviceId?: string; property
63 const deviceId = app.id.split('-')[0]; constant71 const deviceId = app.id.split('-')[0]; constant
67 deviceId?: string; property
13 deviceId: deviceId.toLowerCase(), property
214 const deviceId = savedDeviceId ?? uuidv4(); constant
726 int deviceId = device.getId(); in getDeviceInfoFromUid() local
730 int deviceId = device.getId(); in getDeviceInfoFromUid() local