Home
last modified time | relevance | path

Searched refs:setSound (Results 1 – 25 of 32) sorted by relevance

12

/expo/packages/expo-notifications/ios/EXNotifications/Building/
H A DEXNotificationBuilder.m27 [content setSound:[request[@"sound"] boolValue] ? [UNNotificationSound defaultSound] : nil];
31 [content setSound:[UNNotificationSound defaultSound]];
34 [content setSound:[UNNotificationSound defaultCriticalSound]];
36 [content setSound:[UNNotificationSound defaultSound]];
39 [content setSound:[UNNotificationSound soundNamed:soundName]];
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Building/
H A DABI47_0_0EXNotificationBuilder.m27 [content setSound:[request[@"sound"] boolValue] ? [UNNotificationSound defaultSound] : nil];
31 [content setSound:[UNNotificationSound defaultSound]];
34 [content setSound:[UNNotificationSound defaultCriticalSound]];
36 [content setSound:[UNNotificationSound defaultSound]];
39 [content setSound:[UNNotificationSound soundNamed:soundName]];
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Building/
H A DABI48_0_0EXNotificationBuilder.m27 [content setSound:[request[@"sound"] boolValue] ? [UNNotificationSound defaultSound] : nil];
31 [content setSound:[UNNotificationSound defaultSound]];
34 [content setSound:[UNNotificationSound defaultCriticalSound]];
36 [content setSound:[UNNotificationSound defaultSound]];
39 [content setSound:[UNNotificationSound soundNamed:soundName]];
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Building/
H A DABI49_0_0EXNotificationBuilder.m27 [content setSound:[request[@"sound"] boolValue] ? [UNNotificationSound defaultSound] : nil];
31 [content setSound:[UNNotificationSound defaultSound]];
34 [content setSound:[UNNotificationSound defaultCriticalSound]];
36 [content setSound:[UNNotificationSound defaultSound]];
39 [content setSound:[UNNotificationSound soundNamed:soundName]];
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java79 builder.setSound(content.getSound()); in createBuilder()
81 builder.setSound(Settings.System.DEFAULT_NOTIFICATION_URI); in createBuilder()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java79 builder.setSound(content.getSound()); in createBuilder()
81 builder.setSound(Settings.System.DEFAULT_NOTIFICATION_URI); in createBuilder()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java79 builder.setSound(content.getSound()); in createBuilder()
81 builder.setSound(Settings.System.DEFAULT_NOTIFICATION_URI); in createBuilder()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java79 builder.setSound(content.getSound()); in createBuilder()
81 builder.setSound(Settings.System.DEFAULT_NOTIFICATION_URI); in createBuilder()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java54 setSound(getSound(payload)); in setPayload()
H A DJSONNotificationContentBuilder.java52 setSound(getSound(payload)); in setPayload()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java54 setSound(getSound(payload)); in setPayload()
H A DJSONNotificationContentBuilder.java52 setSound(getSound(payload)); in setPayload()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java54 setSound(getSound(payload)); in setPayload()
H A DJSONNotificationContentBuilder.java52 setSound(getSound(payload)); in setPayload()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java54 setSound(getSound(payload)); in setPayload()
H A DJSONNotificationContentBuilder.java52 setSound(getSound(payload)); in setPayload()
/expo/docs/pages/versions/v46.0.0/sdk/
H A Daudio.mdx43 const [sound, setSound] = React.useState();
50 setSound(sound);
/expo/docs/pages/versions/unversioned/sdk/
H A Daudio.mdx45 const [sound, setSound] = React.useState();
52 setSound(sound);
/expo/docs/pages/versions/v49.0.0/sdk/
H A Daudio.mdx45 const [sound, setSound] = React.useState();
52 setSound(sound);
/expo/docs/pages/versions/v48.0.0/sdk/
H A Daudio.mdx45 const [sound, setSound] = React.useState();
52 setSound(sound);
/expo/docs/pages/versions/v47.0.0/sdk/
H A Daudio.mdx43 const [sound, setSound] = React.useState();
50 setSound(sound);
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/
H A DExpoPresentationDelegate.kt172 .setSound(notification.sound) in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/delegates/
H A DExpoPresentationDelegate.kt178 .setSound(notification.sound) in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/delegates/
H A DExpoPresentationDelegate.kt178 .setSound(notification.sound) in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/delegates/
H A DExpoPresentationDelegate.kt178 .setSound(notification.sound) in <lambda>()

12