Home
last modified time | relevance | path

Searched refs:AudioAttributesInput (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-notifications/build/
H A DNotificationChannelManager.types.d.ts54 export type AudioAttributesInput = Partial<AudioAttributes>; alias
81 audioAttributes?: AudioAttributesInput;
H A DNotificationChannelManager.types.js.map1AudioAttributesInput = Partial<AudioAttributes>;\n\n/**\n * An object represents a notification ch…
/expo/packages/expo-notifications/src/
H A DNotificationChannelManager.types.ts68 export type AudioAttributesInput = Partial<AudioAttributes>; alias
103 > & { audioAttributes?: AudioAttributesInput; sound?: string | null },