Uses of Class
org.robovm.apple.watchkit.WKUserNotificationInterfaceType
| Package | Description |
|---|---|
| org.robovm.apple.watchkit |
-
Uses of WKUserNotificationInterfaceType in org.robovm.apple.watchkit
Methods in org.robovm.apple.watchkit that return WKUserNotificationInterfaceType Modifier and Type Method Description static WKUserNotificationInterfaceTypeWKUserNotificationInterfaceType. valueOf(long n)Returns the enum constant of this type with the specified name.static WKUserNotificationInterfaceTypeWKUserNotificationInterfaceType. valueOf(String name)Returns the enum constant of this type with the specified name.static WKUserNotificationInterfaceType[]WKUserNotificationInterfaceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.robovm.apple.watchkit with type arguments of type WKUserNotificationInterfaceType Modifier and Type Method Description voidWKUserNotificationInterfaceController. didReceiveLocalNotification(UILocalNotification localNotification, VoidBlock1<WKUserNotificationInterfaceType> completionHandler)Deprecated.Deprecated in iOS 10.0.voidWKUserNotificationInterfaceController. didReceiveLocalNotification(UNNotification notification, VoidBlock1<WKUserNotificationInterfaceType> completionHandler)voidWKUserNotificationInterfaceController. didReceiveRemoteNotification(UIRemoteNotification remoteNotification, VoidBlock1<WKUserNotificationInterfaceType> completionHandler)Deprecated.Deprecated in iOS 10.0.