Home
last modified time | relevance | path

Searched defs:devicePushToken (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-notifications/build/
H A DgetExpoPushTokenAsync.js144 function getDeviceToken(devicePushToken) { argument
166 function getTypeOfToken(devicePushToken) { argument
H A DTokenEmitter.js33 …const wrappingListener = ({ devicePushToken }) => listener({ data: devicePushToken, type: Platform… field
H A DgetDevicePushTokenAsync.web.js5 SyntheticPlatformEmitter.emit('onDevicePushToken', { devicePushToken: data }); property
H A DTokens.types.d.ts96 devicePushToken?: DevicePushToken; property
/expo/packages/expo-notifications/src/
H A DTokens.types.ts109 devicePushToken?: DevicePushToken; property
H A DgetExpoPushTokenAsync.ts52 const devicePushToken = options.devicePushToken || (await getDevicePushTokenAsync()); constant
/expo/packages/expo-notifications/build/utils/
H A DupdateDevicePushTokenAsync.js89 function getTypeOfToken(devicePushToken) { argument