Uses of Class
org.robovm.apple.usernotifications.UNNotificationPresentationOptions
| Package | Description |
|---|---|
| org.robovm.apple.usernotifications |
-
Uses of UNNotificationPresentationOptions in org.robovm.apple.usernotifications
Fields in org.robovm.apple.usernotifications declared as UNNotificationPresentationOptions Modifier and Type Field Description static UNNotificationPresentationOptionsUNNotificationPresentationOptions. AlertDeprecated.Deprecated in iOS 14.0.static UNNotificationPresentationOptionsUNNotificationPresentationOptions. Badgestatic UNNotificationPresentationOptionsUNNotificationPresentationOptions. Bannerstatic UNNotificationPresentationOptionsUNNotificationPresentationOptions. Liststatic UNNotificationPresentationOptionsUNNotificationPresentationOptions. Nonestatic UNNotificationPresentationOptionsUNNotificationPresentationOptions. SoundMethods in org.robovm.apple.usernotifications that return UNNotificationPresentationOptions Modifier and Type Method Description protected UNNotificationPresentationOptions[]UNNotificationPresentationOptions. _values()static UNNotificationPresentationOptions[]UNNotificationPresentationOptions. values()protected UNNotificationPresentationOptionsUNNotificationPresentationOptions. wrap(long value, long mask)Method parameters in org.robovm.apple.usernotifications with type arguments of type UNNotificationPresentationOptions Modifier and Type Method Description voidUNUserNotificationCenterDelegate. willPresentNotification(UNUserNotificationCenter center, UNNotification notification, VoidBlock1<UNNotificationPresentationOptions> completionHandler)voidUNUserNotificationCenterDelegateAdapter. willPresentNotification(UNUserNotificationCenter center, UNNotification notification, VoidBlock1<UNNotificationPresentationOptions> completionHandler)