Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/build/
H A DgetNotificationChannelGroupAsync.d.ts11 export default function getNotificationChannelGroupAsync(groupId: string): Promise<NotificationChan… function
H A DgetNotificationChannelGroupAsync.android.d.ts2 export default function getNotificationChannelGroupAsync(groupId: string): Promise<NotificationChan… function
H A DgetNotificationChannelGroupAsync.android.js3 export default async function getNotificationChannelGroupAsync(groupId) { function
H A DgetNotificationChannelGroupAsync.js10 export default async function getNotificationChannelGroupAsync(groupId) { function
H A DNotificationChannelGroupManager.types.d.ts24getNotificationChannelGroupAsync?: (groupId: string) => Promise<NotificationChannelGroup | null>; property
/expo/packages/expo-notifications/src/
H A DgetNotificationChannelGroupAsync.ts12 export default async function getNotificationChannelGroupAsync( function
H A DgetNotificationChannelGroupAsync.android.ts6 export default async function getNotificationChannelGroupAsync( function
H A DNotificationChannelGroupManager.types.ts28 getNotificationChannelGroupAsync?: (groupId: string) => Promise<NotificationChannelGroup | null>; property
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/
H A DNotificationChannelGroupManagerModule.java47 public void getNotificationChannelGroupAsync(String groupId, Promise promise) { in getNotificationChannelGroupAsync() method in NotificationChannelGroupManagerModule
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/channels/
H A DNotificationChannelGroupManagerModule.java47 public void getNotificationChannelGroupAsync(String groupId, Promise promise) { in getNotificationChannelGroupAsync() method in NotificationChannelGroupManagerModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/channels/
H A DNotificationChannelGroupManagerModule.java47 public void getNotificationChannelGroupAsync(String groupId, Promise promise) { in getNotificationChannelGroupAsync() method in NotificationChannelGroupManagerModule