Home
last modified time | relevance | path

Searched refs:getNotificationChannelAsync (Results 1 – 24 of 24) sorted by relevance

/expo/packages/expo-notifications/build/
H A DgetNotificationChannelAsync.android.js.map1getNotificationChannelAsync.android.js","sourceRoot":"","sources":["../src/getNotificationChannelA…
H A DgetNotificationChannelAsync.android.js3 export default async function getNotificationChannelAsync(channelId) { function
4 if (!NotificationChannelManager.getNotificationChannelAsync) {
7 return await NotificationChannelManager.getNotificationChannelAsync(channelId);
H A DgetNotificationChannelAsync.android.d.ts.map1 {"version":3,"file":"getNotificationChannelAsync.android.d.ts","sourceRoot":"","sources":["../src/g…
H A DgetNotificationChannelAsync.d.ts.map1 {"version":3,"file":"getNotificationChannelAsync.d.ts","sourceRoot":"","sources":["../src/getNotifi…
H A DgetNotificationChannelAsync.js.map1getNotificationChannelAsync.js","sourceRoot":"","sources":["../src/getNotificationChannelAsync.ts"…
H A DgetNotificationChannelAsync.js9 export default async function getNotificationChannelAsync(channelId) { function
H A DgetNotificationChannelAsync.android.d.ts2 export default function getNotificationChannelAsync(channelId: string): Promise<NotificationChannel… function
H A DgetNotificationChannelAsync.d.ts10 export default function getNotificationChannelAsync(channelId: string): Promise<NotificationChannel… function
H A Dindex.d.ts9 export { default as getNotificationChannelAsync } from './getNotificationChannelAsync';
H A Dindex.js9 export { default as getNotificationChannelAsync } from './getNotificationChannelAsync';
H A DNotificationChannelManager.types.d.ts86 getNotificationChannelAsync?: (channelId: string) => Promise<NotificationChannel | null>; property
H A Dindex.js.map1 …icationChannelsAsync';\nexport { default as getNotificationChannelAsync } from './getNotificationC…
H A DNotificationChannelManager.types.js.map1 …hannelsAsync?: () => Promise<NotificationChannel[] | null>;\n getNotificationChannelAsync?: (chan…
/expo/packages/expo-notifications/src/
H A DgetNotificationChannelAsync.android.ts6 export default async function getNotificationChannelAsync( function
9 if (!NotificationChannelManager.getNotificationChannelAsync) {
12 return await NotificationChannelManager.getNotificationChannelAsync(channelId);
H A DgetNotificationChannelAsync.ts11 export default async function getNotificationChannelAsync( function
H A Dindex.ts9 export { default as getNotificationChannelAsync } from './getNotificationChannelAsync';
H A DNotificationChannelManager.types.ts109 getNotificationChannelAsync?: (channelId: string) => Promise<NotificationChannel | null>; property
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/
H A DNotificationChannelManagerModule.java53 public void getNotificationChannelAsync(String channelId, Promise promise) { in getNotificationChannelAsync() method in NotificationChannelManagerModule
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/channels/
H A DNotificationChannelManagerModule.java53 public void getNotificationChannelAsync(String channelId, Promise promise) { in getNotificationChannelAsync() method in NotificationChannelManagerModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/channels/
H A DNotificationChannelManagerModule.java53 public void getNotificationChannelAsync(String channelId, Promise promise) { in getNotificationChannelAsync() method in NotificationChannelManagerModule
/expo/apps/test-suite/tests/
H A DNotifications.js328 await Notifications.getNotificationChannelAsync('non-existent-channel-id');
335 const channel = await Notifications.getNotificationChannelAsync(fallbackChannelId);
/expo/packages/expo-notifications/
H A DREADME.md362 …- [`getNotificationChannelAsync`](#getnotificationchannelasyncidentifier-string-promisenotificatio…
1141 ### `getNotificationChannelAsync(identifier: string): Promise<NotificationChannel | null>`
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1137 ### `getNotificationChannelAsync(identifier: string): Promise<NotificationChannel | null>`
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx1137 ### `getNotificationChannelAsync(identifier: string): Promise<NotificationChannel | null>`