Uses of Class
org.robovm.apple.usernotifications.UNNotificationInterruptionLevel
| Package | Description |
|---|---|
| org.robovm.apple.usernotifications |
-
Uses of UNNotificationInterruptionLevel in org.robovm.apple.usernotifications
Methods in org.robovm.apple.usernotifications that return UNNotificationInterruptionLevel Modifier and Type Method Description UNNotificationInterruptionLevelUNMutableNotificationContent. getInterruptionLevel()UNNotificationInterruptionLevelUNNotificationContent. getInterruptionLevel()static UNNotificationInterruptionLevelUNNotificationInterruptionLevel. valueOf(long n)Returns the enum constant of this type with the specified name.static UNNotificationInterruptionLevelUNNotificationInterruptionLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static UNNotificationInterruptionLevel[]UNNotificationInterruptionLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.usernotifications with parameters of type UNNotificationInterruptionLevel Modifier and Type Method Description voidUNMutableNotificationContent. setInterruptionLevel(UNNotificationInterruptionLevel v)