Searched refs:NotificationChannelGroupInput (Results 1 – 12 of 12) sorted by relevance
| /expo/packages/expo-notifications/build/ |
| H A D | setNotificationChannelGroupAsync.android.d.ts | 1 import { NotificationChannelGroup, NotificationChannelGroupInput } from './NotificationChannelGroup… 2 …tion setNotificationChannelGroupAsync(groupId: string, group: NotificationChannelGroupInput): Prom…
|
| H A D | setNotificationChannelGroupAsync.d.ts | 1 import { NotificationChannelGroup, NotificationChannelGroupInput } from './NotificationChannelGroup… 11 …tion setNotificationChannelGroupAsync(groupId: string, group: NotificationChannelGroupInput): Prom…
|
| H A D | NotificationChannelGroupManager.types.d.ts | 18 export interface NotificationChannelGroupInput { interface 25 …setNotificationChannelGroupAsync?: (groupId: string, group: NotificationChannelGroupInput) => Prom…
|
| H A D | NotificationChannelGroupManager.types.js.map | 1 …NotificationChannelGroupInput {\n name: string | null;\n description?: string | null;\n}\n\nexpo…
|
| H A D | setNotificationChannelGroupAsync.android.js.map | 1 …NotificationChannelGroupInput,\n} from './NotificationChannelGroupManager.types';\n\nexport defaul…
|
| H A D | setNotificationChannelGroupAsync.js.map | 1 …NotificationChannelGroupInput,\n} from './NotificationChannelGroupManager.types';\n\n/**\n * Assig…
|
| /expo/packages/expo-notifications/src/ |
| H A D | setNotificationChannelGroupAsync.ts | 3 NotificationChannelGroupInput, 17 group: NotificationChannelGroupInput
|
| H A D | setNotificationChannelGroupAsync.android.ts | 6 NotificationChannelGroupInput, 11 group: NotificationChannelGroupInput
|
| H A D | NotificationChannelGroupManager.types.ts | 21 export interface NotificationChannelGroupInput { interface 31 group: NotificationChannelGroupInput
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | notifications.mdx | 1197 ### `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 D | notifications.mdx | 1197 ### `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 D | README.md | 1201 ### `setNotificationChannelGroupAsync(identifier: string, channel: NotificationChannelGroupInput): … 1209 Second argument is the channel group's configuration of type [`NotificationChannelGroupInput`](#not… 1956 ### `NotificationChannelGroupInput` 1961 export interface NotificationChannelGroupInput {
|