Searched refs:NotificationChannelInput (Results 1 – 15 of 15) sorted by relevance
| /expo/packages/expo-notifications/build/ |
| H A D | setNotificationChannelAsync.d.ts | 1 import { NotificationChannel, NotificationChannelInput } from './NotificationChannelManager.types'; 21 …unction setNotificationChannelAsync(channelId: string, channel: NotificationChannelInput): Promise…
|
| H A D | setNotificationChannelAsync.android.d.ts | 1 import { NotificationChannelInput, NotificationChannel } from './NotificationChannelManager.types'; 2 …unction setNotificationChannelAsync(channelId: string, channel: NotificationChannelInput): Promise…
|
| H A D | NotificationChannelManager.types.d.ts | 80 export type NotificationChannelInput = RequiredBy<Omit<NotificationChannel, 'id' | 'audioAttributes… alias 87 …icationChannelAsync?: (channelId: string, channelConfiguration: NotificationChannelInput) => Promi…
|
| H A D | setNotificationChannelAsync.android.js.map | 1 …NotificationChannelInput, NotificationChannel } from './NotificationChannelManager.types';\n\nexpo…
|
| H A D | setNotificationChannelAsync.js.map | 1 …NotificationChannelInput } from './NotificationChannelManager.types';\n\n/**\n * Assigns the chann…
|
| H A D | NotificationChannelManager.types.js.map | 1 …NotificationChannelInput = RequiredBy<\n Omit<\n NotificationChannel,\n | 'id' // id is han…
|
| /expo/packages/expo-notifications/src/ |
| H A D | setNotificationChannelAsync.ts | 1 import { NotificationChannel, NotificationChannelInput } from './NotificationChannelManager.types'; 24 channel: NotificationChannelInput
|
| H A D | setNotificationChannelAsync.android.ts | 4 import { NotificationChannelInput, NotificationChannel } from './NotificationChannelManager.types'; 8 channel: NotificationChannelInput
|
| H A D | NotificationChannelManager.types.ts | 97 export type NotificationChannelInput = RequiredBy< alias 112 channelConfiguration: NotificationChannelInput
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | notifications.mdx | 281 …h [`NotificationContentInput`](#notificationcontentinput) and [`NotificationChannelInput`](#notifi… 1149 ### `setNotificationChannelAsync(identifier: string, channel: NotificationChannelInput): Promise<No… 1153 …on channel must have the custom sound configured (through the [`NotificationChannelInput`](#notifi… 1159 Second argument is the channel's configuration of type [`NotificationChannelInput`](#notificationch… 1927 #### `NotificationChannelInput` 1932 export interface NotificationChannelInput {
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | notifications.mdx | 281 …h [`NotificationContentInput`](#notificationcontentinput) and [`NotificationChannelInput`](#notifi… 1149 ### `setNotificationChannelAsync(identifier: string, channel: NotificationChannelInput): Promise<No… 1153 …on channel must have the custom sound configured (through the [`NotificationChannelInput`](#notifi… 1159 Second argument is the channel's configuration of type [`NotificationChannelInput`](#notificationch… 1927 #### `NotificationChannelInput` 1932 export interface NotificationChannelInput {
|
| /expo/packages/expo-notifications/ |
| H A D | README.md | 247 …h [`NotificationContentInput`](#notificationcontentinput) and [`NotificationChannelInput`](#notifi… 1153 ### `setNotificationChannelAsync(identifier: string, channel: NotificationChannelInput): Promise<No… 1157 …on channel must have the custom sound configured (through the [`NotificationChannelInput`](#notifi… 1163 Second argument is the channel's configuration of type [`NotificationChannelInput`](#notificationch… 1919 ### `NotificationChannelInput` 1924 export interface NotificationChannelInput {
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | notifications.mdx | 394 …h [`NotificationContentInput`](#notificationcontentinput) and [`NotificationChannelInput`](#notifi…
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | notifications.mdx | 461 …h [`NotificationContentInput`](#notificationcontentinput) and [`NotificationChannelInput`](#notifi…
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | notifications.mdx | 461 …h [`NotificationContentInput`](#notificationcontentinput) and [`NotificationChannelInput`](#notifi…
|