Uses of Class
org.robovm.apple.notificationcenter.NCUpdateResult
| Package | Description |
|---|---|
| org.robovm.apple.notificationcenter |
-
Uses of NCUpdateResult in org.robovm.apple.notificationcenter
Methods in org.robovm.apple.notificationcenter that return NCUpdateResult Modifier and Type Method Description static NCUpdateResultNCUpdateResult. valueOf(long n)Returns the enum constant of this type with the specified name.static NCUpdateResultNCUpdateResult. valueOf(String name)Returns the enum constant of this type with the specified name.static NCUpdateResult[]NCUpdateResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.robovm.apple.notificationcenter with type arguments of type NCUpdateResult Modifier and Type Method Description voidNCWidgetProviding. performUpdate(VoidBlock1<NCUpdateResult> completionHandler)Deprecated.Deprecated in iOS 14.0.voidNCWidgetProvidingAdapter. performUpdate(VoidBlock1<NCUpdateResult> completionHandler)Deprecated.Deprecated in iOS 14.0.