| /expo/packages/expo-notifications/src/ |
| H A D | getBadgeCountAsync.ts | 11 export default async function getBadgeCountAsync(): Promise<number> { function 12 if (!BadgeModule.getBadgeCountAsync) { 16 return await BadgeModule.getBadgeCountAsync();
|
| H A D | BadgeModule.types.ts | 8 getBadgeCountAsync?: () => Promise<number>; property
|
| H A D | BadgeModule.web.ts | 8 getBadgeCountAsync: async () => {
|
| H A D | index.ts | 16 export { default as getBadgeCountAsync } from './getBadgeCountAsync';
|
| /expo/packages/expo-notifications/build/ |
| H A D | getBadgeCountAsync.js | 9 export default async function getBadgeCountAsync() { function 10 if (!BadgeModule.getBadgeCountAsync) { 13 return await BadgeModule.getBadgeCountAsync();
|
| H A D | getBadgeCountAsync.js.map | 1 …getBadgeCountAsync.js","sourceRoot":"","sources":["../src/getBadgeCountAsync.ts"],"names":[],"mapp…
|
| H A D | getBadgeCountAsync.d.ts.map | 1 {"version":3,"file":"getBadgeCountAsync.d.ts","sourceRoot":"","sources":["../src/getBadgeCountAsync…
|
| H A D | getBadgeCountAsync.d.ts | 7 export default function getBadgeCountAsync(): Promise<number>; function
|
| H A D | BadgeModule.types.d.ts | 6 getBadgeCountAsync?: () => Promise<number>; property
|
| H A D | BadgeModule.web.js | 5 getBadgeCountAsync: async () => { method
|
| H A D | index.d.ts | 16 export { default as getBadgeCountAsync } from './getBadgeCountAsync';
|
| H A D | BadgeModule.types.js.map | 1 …ed;\n\nexport interface BadgeModule extends ProxyNativeModule {\n getBadgeCountAsync?: () => Prom…
|
| H A D | index.js | 16 export { default as getBadgeCountAsync } from './getBadgeCountAsync';
|
| H A D | BadgeModule.web.js.map | 1 …ule = {\n addListener: () => {},\n removeListeners: () => {},\n getBadgeCountAsync: async () =>…
|
| H A D | index.js.map | 1 …NotificationChannelGroupAsync';\nexport { default as getBadgeCountAsync } from './getBadgeCountAsy…
|
| /expo/packages/expo-notifications/ios/EXNotifications/ |
| H A D | EXBadgeModule.m | 11 EX_EXPORT_METHOD_AS(getBadgeCountAsync, category 12 … getBadgeCountAsync:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject)
|
| /expo/ios/versioned/sdk47/EXNotifications/EXNotifications/ |
| H A D | ABI47_0_0EXBadgeModule.m | 11 ABI47_0_0EX_EXPORT_METHOD_AS(getBadgeCountAsync, category 12 …getBadgeCountAsync:(ABI47_0_0EXPromiseResolveBlock)resolve reject:(ABI47_0_0EXPromiseRejectBlock)r…
|
| /expo/ios/versioned/sdk48/EXNotifications/EXNotifications/ |
| H A D | ABI48_0_0EXBadgeModule.m | 11 ABI48_0_0EX_EXPORT_METHOD_AS(getBadgeCountAsync, category 12 …getBadgeCountAsync:(ABI48_0_0EXPromiseResolveBlock)resolve reject:(ABI48_0_0EXPromiseRejectBlock)r…
|
| /expo/ios/versioned/sdk49/EXNotifications/EXNotifications/ |
| H A D | ABI49_0_0EXBadgeModule.m | 11 ABI49_0_0EX_EXPORT_METHOD_AS(getBadgeCountAsync, category 12 …getBadgeCountAsync:(ABI49_0_0EXPromiseResolveBlock)resolve reject:(ABI49_0_0EXPromiseRejectBlock)r…
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/badge/ |
| H A D | BadgeModule.java | 24 public void getBadgeCountAsync(Promise promise) { in getBadgeCountAsync() method in BadgeModule
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/badge/ |
| H A D | BadgeModule.java | 25 public void getBadgeCountAsync(Promise promise) { in getBadgeCountAsync() method in BadgeModule
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/badge/ |
| H A D | BadgeModule.java | 23 public void getBadgeCountAsync(Promise promise) { in getBadgeCountAsync() method in BadgeModule
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | NotificationScreen.tsx | 311 const currentNumber = await Notifications.getBadgeCountAsync(); 313 const actualNumber = await Notifications.getBadgeCountAsync();
|
| /expo/apps/test-suite/tests/ |
| H A D | Notifications.js | 788 const badgeCount = await Notifications.getBadgeCountAsync(); 803 const badgeCount = await Notifications.getBadgeCountAsync(); 813 const badgeCount = await Notifications.getBadgeCountAsync();
|
| /expo/packages/expo-notifications/ |
| H A D | README.md | 347 …- [`getBadgeCountAsync`](#getbadgecountasync-promisenumber) -- fetches the application badge numbe… 860 ### `getBadgeCountAsync(): Promise<number>`
|