Home
last modified time | relevance | path

Searched refs:getBadgeCountAsync (Results 1 – 25 of 27) sorted by relevance

12

/expo/packages/expo-notifications/src/
H A DgetBadgeCountAsync.ts11 export default async function getBadgeCountAsync(): Promise<number> { function
12 if (!BadgeModule.getBadgeCountAsync) {
16 return await BadgeModule.getBadgeCountAsync();
H A DBadgeModule.types.ts8 getBadgeCountAsync?: () => Promise<number>; property
H A DBadgeModule.web.ts8 getBadgeCountAsync: async () => {
H A Dindex.ts16 export { default as getBadgeCountAsync } from './getBadgeCountAsync';
/expo/packages/expo-notifications/build/
H A DgetBadgeCountAsync.js9 export default async function getBadgeCountAsync() { function
10 if (!BadgeModule.getBadgeCountAsync) {
13 return await BadgeModule.getBadgeCountAsync();
H A DgetBadgeCountAsync.js.map1getBadgeCountAsync.js","sourceRoot":"","sources":["../src/getBadgeCountAsync.ts"],"names":[],"mapp…
H A DgetBadgeCountAsync.d.ts.map1 {"version":3,"file":"getBadgeCountAsync.d.ts","sourceRoot":"","sources":["../src/getBadgeCountAsync
H A DgetBadgeCountAsync.d.ts7 export default function getBadgeCountAsync(): Promise<number>; function
H A DBadgeModule.types.d.ts6 getBadgeCountAsync?: () => Promise<number>; property
H A DBadgeModule.web.js5 getBadgeCountAsync: async () => { method
H A Dindex.d.ts16 export { default as getBadgeCountAsync } from './getBadgeCountAsync';
H A DBadgeModule.types.js.map1 …ed;\n\nexport interface BadgeModule extends ProxyNativeModule {\n getBadgeCountAsync?: () => Prom…
H A Dindex.js16 export { default as getBadgeCountAsync } from './getBadgeCountAsync';
H A DBadgeModule.web.js.map1 …ule = {\n addListener: () => {},\n removeListeners: () => {},\n getBadgeCountAsync: async () =>…
H A Dindex.js.map1 …NotificationChannelGroupAsync';\nexport { default as getBadgeCountAsync } from './getBadgeCountAsy…
/expo/packages/expo-notifications/ios/EXNotifications/
H A DEXBadgeModule.m11 EX_EXPORT_METHOD_AS(getBadgeCountAsync, category
12getBadgeCountAsync:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject)
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/
H A DABI47_0_0EXBadgeModule.m11 ABI47_0_0EX_EXPORT_METHOD_AS(getBadgeCountAsync, category
12getBadgeCountAsync:(ABI47_0_0EXPromiseResolveBlock)resolve reject:(ABI47_0_0EXPromiseRejectBlock)r…
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/
H A DABI48_0_0EXBadgeModule.m11 ABI48_0_0EX_EXPORT_METHOD_AS(getBadgeCountAsync, category
12getBadgeCountAsync:(ABI48_0_0EXPromiseResolveBlock)resolve reject:(ABI48_0_0EXPromiseRejectBlock)r…
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/
H A DABI49_0_0EXBadgeModule.m11 ABI49_0_0EX_EXPORT_METHOD_AS(getBadgeCountAsync, category
12getBadgeCountAsync:(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 DBadgeModule.java24 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 DBadgeModule.java25 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 DBadgeModule.java23 public void getBadgeCountAsync(Promise promise) { in getBadgeCountAsync() method in BadgeModule
/expo/apps/native-component-list/src/screens/
H A DNotificationScreen.tsx311 const currentNumber = await Notifications.getBadgeCountAsync();
313 const actualNumber = await Notifications.getBadgeCountAsync();
/expo/apps/test-suite/tests/
H A DNotifications.js788 const badgeCount = await Notifications.getBadgeCountAsync();
803 const badgeCount = await Notifications.getBadgeCountAsync();
813 const badgeCount = await Notifications.getBadgeCountAsync();
/expo/packages/expo-notifications/
H A DREADME.md347 …- [`getBadgeCountAsync`](#getbadgecountasync-promisenumber) -- fetches the application badge numbe…
860 ### `getBadgeCountAsync(): Promise<number>`

12