Uses of Class
org.robovm.apple.uikit.UIUserNotificationActionContext
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIUserNotificationActionContext in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIUserNotificationActionContext Modifier and Type Method Description static UIUserNotificationActionContextUIUserNotificationActionContext. valueOf(long n)Deprecated.Returns the enum constant of this type with the specified name.static UIUserNotificationActionContextUIUserNotificationActionContext. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static UIUserNotificationActionContext[]UIUserNotificationActionContext. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UIUserNotificationActionContext Modifier and Type Method Description NSArray<UIUserNotificationAction>UIUserNotificationCategory. getActions(UIUserNotificationActionContext context)Deprecated.voidUIMutableUserNotificationCategory. setActions(NSArray<UIUserNotificationAction> actions, UIUserNotificationActionContext context)Deprecated.voidUIUserNotificationCategory. setActions(NSArray<UIUserNotificationAction> actions, UIUserNotificationActionContext context)Deprecated.