Home
last modified time | relevance | path

Searched defs:getNotificationCategoriesAsync (Results 1 – 11 of 11) sorted by relevance

/expo/packages/expo-notifications/build/
H A DgetNotificationCategoriesAsync.d.ts10 export default function getNotificationCategoriesAsync(): Promise<NotificationCategory[]>; function
H A DgetNotificationCategoriesAsync.js11 export default async function getNotificationCategoriesAsync() { function
H A DNotificationCategoriesModule.types.d.ts4 getNotificationCategoriesAsync: () => Promise<NotificationCategory[]>; property
/expo/packages/expo-notifications/src/
H A DgetNotificationCategoriesAsync.ts14 export default async function getNotificationCategoriesAsync(): Promise<NotificationCategory[]> { function
H A DNotificationCategoriesModule.types.ts6 getNotificationCategoriesAsync: () => Promise<NotificationCategory[]>; property
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationCategoriesModule.kt18 override fun getNotificationCategoriesAsync(promise: Promise) { in getNotificationCategoriesAsync() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationCategoriesModule.kt18 override fun getNotificationCategoriesAsync(promise: Promise) { in getNotificationCategoriesAsync() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationCategoriesModule.kt18 override fun getNotificationCategoriesAsync(promise: Promise) { in getNotificationCategoriesAsync() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/categories/
H A DExpoNotificationCategoriesModule.java57 public void getNotificationCategoriesAsync(final Promise promise) { in getNotificationCategoriesAsync() method in ExpoNotificationCategoriesModule
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/categories/
H A DExpoNotificationCategoriesModule.java57 public void getNotificationCategoriesAsync(final Promise promise) { in getNotificationCategoriesAsync() method in ExpoNotificationCategoriesModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/categories/
H A DExpoNotificationCategoriesModule.java57 public void getNotificationCategoriesAsync(final Promise promise) { in getNotificationCategoriesAsync() method in ExpoNotificationCategoriesModule