Home
last modified time | relevance | path

Searched refs:getDevicePushTokenAsync (Results 1 – 25 of 51) sorted by relevance

123

/expo/packages/expo-notifications/src/
H A DgetDevicePushTokenAsync.ts13 export default async function getDevicePushTokenAsync(): Promise<DevicePushToken> { function
14 if (!PushTokenManager.getDevicePushTokenAsync) {
24 nativeTokenPromise = PushTokenManager.getDevicePushTokenAsync();
H A DDevicePushTokenAutoRegistration.fx.ts7 import getDevicePushTokenAsync from './getDevicePushTokenAsync';
71 const latestDevicePushToken = await getDevicePushTokenAsync();
H A DPushTokenManager.types.ts4 getDevicePushTokenAsync?: () => Promise<string>; property
H A Dindex.ts1 export { default as getDevicePushTokenAsync } from './getDevicePushTokenAsync';
H A DgetExpoPushTokenAsync.ts8 import getDevicePushTokenAsync from './getDevicePushTokenAsync';
52 const devicePushToken = options.devicePushToken || (await getDevicePushTokenAsync());
H A DgetDevicePushTokenAsync.web.ts6 export default async function getDevicePushTokenAsync(): Promise<DevicePushToken> { function
/expo/packages/expo-notifications/build/
H A DgetDevicePushTokenAsync.js9 export default async function getDevicePushTokenAsync() { function
10 if (!PushTokenManager.getDevicePushTokenAsync) {
20 nativeTokenPromise = PushTokenManager.getDevicePushTokenAsync();
H A DgetDevicePushTokenAsync.js.map1getDevicePushTokenAsync.js","sourceRoot":"","sources":["../src/getDevicePushTokenAsync.ts"],"names…
H A DgetDevicePushTokenAsync.d.ts.map1 {"version":3,"file":"getDevicePushTokenAsync.d.ts","sourceRoot":"","sources":["../src/getDevicePush…
H A DgetDevicePushTokenAsync.web.d.ts.map1 {"version":3,"file":"getDevicePushTokenAsync.web.d.ts","sourceRoot":"","sources":["../src/getDevice…
H A DDevicePushTokenAutoRegistration.fx.js5 import getDevicePushTokenAsync from './getDevicePushTokenAsync';
48 const latestDevicePushToken = await getDevicePushTokenAsync();
H A DgetDevicePushTokenAsync.web.d.ts2 export default function getDevicePushTokenAsync(): Promise<DevicePushToken>; function
H A DgetDevicePushTokenAsync.d.ts7 export default function getDevicePushTokenAsync(): Promise<DevicePushToken>; function
H A DPushTokenManager.types.d.ts3 getDevicePushTokenAsync?: () => Promise<string>; property
H A Dindex.d.ts1 export { default as getDevicePushTokenAsync } from './getDevicePushTokenAsync';
H A DPushTokenManager.types.js.map1 … interface PushTokenManagerModule extends ProxyNativeModule {\n getDevicePushTokenAsync?: () => P…
H A DgetExpoPushTokenAsync.js6 import getDevicePushTokenAsync from './getDevicePushTokenAsync';
46 const devicePushToken = options.devicePushToken || (await getDevicePushTokenAsync());
H A Dindex.js1 export { default as getDevicePushTokenAsync } from './getDevicePushTokenAsync';
H A DgetDevicePushTokenAsync.web.js3 export default async function getDevicePushTokenAsync() { function
H A Dindex.js.map1 …gB,CAAC","sourcesContent":["export { default as getDevicePushTokenAsync } from './getDevicePushTok…
H A DDevicePushTokenAutoRegistration.fx.js.map1getDevicePushTokenAsync from './getDevicePushTokenAsync';\nimport { updateDevicePushTokenAsync as …
/expo/packages/expo-notifications/src/__tests__/
H A DDevicePushTokenAutoRegistration-test.ts3 import getDevicePushTokenAsync from '../getDevicePushTokenAsync';
36 expect(getDevicePushTokenAsync).not.toBeCalled();
46 getDevicePushTokenAsync as jest.MockedFunction<typeof getDevicePushTokenAsync>
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/tokens/
H A DPushTokenModule.java63 public void getDevicePushTokenAsync(final Promise promise) { in getDevicePushTokenAsync() method in PushTokenModule
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/tokens/
H A DPushTokenModule.java63 public void getDevicePushTokenAsync(final Promise promise) { in getDevicePushTokenAsync() method in PushTokenModule
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/tokens/
H A DPushTokenModule.java63 public void getDevicePushTokenAsync(final Promise promise) { in getDevicePushTokenAsync() method in PushTokenModule

123