Uses of Class
org.robovm.apple.usernotifications.UNNotificationSound
| Package | Description |
|---|---|
| org.robovm.apple.usernotifications |
-
Uses of UNNotificationSound in org.robovm.apple.usernotifications
Methods in org.robovm.apple.usernotifications that return UNNotificationSound Modifier and Type Method Description static UNNotificationSoundUNNotificationSound. getCriticalSound(String name)static UNNotificationSoundUNNotificationSound. getCriticalSound(String name, float volume)static UNNotificationSoundUNNotificationSound. getDefaultCriticalSound()static UNNotificationSoundUNNotificationSound. getDefaultCriticalSound(float volume)static UNNotificationSoundUNNotificationSound. getDefaultRingtoneSound()static UNNotificationSoundUNNotificationSound. getDefaultSound()UNNotificationSoundUNMutableNotificationContent. getSound()UNNotificationSoundUNNotificationContent. getSound()static UNNotificationSoundUNNotificationSound. ringtoneSoundNamed(String name)static UNNotificationSoundUNNotificationSound. soundNamed(String name)Methods in org.robovm.apple.usernotifications with parameters of type UNNotificationSound Modifier and Type Method Description voidUNMutableNotificationContent. setSound(UNNotificationSound v)