Home
last modified time | relevance | path

Searched refs:NotificationChannelGroupInput (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo-notifications/build/
H A DsetNotificationChannelGroupAsync.android.d.ts1 import { NotificationChannelGroup, NotificationChannelGroupInput } from './NotificationChannelGroup…
2 …tion setNotificationChannelGroupAsync(groupId: string, group: NotificationChannelGroupInput): Prom…
H A DsetNotificationChannelGroupAsync.d.ts1 import { NotificationChannelGroup, NotificationChannelGroupInput } from './NotificationChannelGroup…
11 …tion setNotificationChannelGroupAsync(groupId: string, group: NotificationChannelGroupInput): Prom…
H A DNotificationChannelGroupManager.types.d.ts18 export interface NotificationChannelGroupInput { interface
25 …setNotificationChannelGroupAsync?: (groupId: string, group: NotificationChannelGroupInput) => Prom…
H A DNotificationChannelGroupManager.types.js.map1NotificationChannelGroupInput {\n name: string | null;\n description?: string | null;\n}\n\nexpo…
H A DsetNotificationChannelGroupAsync.android.js.map1NotificationChannelGroupInput,\n} from './NotificationChannelGroupManager.types';\n\nexport defaul…
H A DsetNotificationChannelGroupAsync.js.map1NotificationChannelGroupInput,\n} from './NotificationChannelGroupManager.types';\n\n/**\n * Assig…
/expo/packages/expo-notifications/src/
H A DsetNotificationChannelGroupAsync.ts3 NotificationChannelGroupInput,
17 group: NotificationChannelGroupInput
H A DsetNotificationChannelGroupAsync.android.ts6 NotificationChannelGroupInput,
11 group: NotificationChannelGroupInput
H A DNotificationChannelGroupManager.types.ts21 export interface NotificationChannelGroupInput { interface
31 group: NotificationChannelGroupInput
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1197 ### `setNotificationChannelGroupAsync(identifier: string, channel: NotificationChannelGroupInput): …
1205 Second argument is the channel group's configuration of type [`NotificationChannelGroupInput`](#not…
1964 #### `NotificationChannelGroupInput`
1969 export interface NotificationChannelGroupInput {
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx1197 ### `setNotificationChannelGroupAsync(identifier: string, channel: NotificationChannelGroupInput): …
1205 Second argument is the channel group's configuration of type [`NotificationChannelGroupInput`](#not…
1964 #### `NotificationChannelGroupInput`
1969 export interface NotificationChannelGroupInput {
/expo/packages/expo-notifications/
H A DREADME.md1201 ### `setNotificationChannelGroupAsync(identifier: string, channel: NotificationChannelGroupInput): …
1209 Second argument is the channel group's configuration of type [`NotificationChannelGroupInput`](#not…
1956 ### `NotificationChannelGroupInput`
1961 export interface NotificationChannelGroupInput {