Uses of Class
org.robovm.apple.uikit.UIPreviewActionStyle
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIPreviewActionStyle in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIPreviewActionStyle Modifier and Type Method Description static UIPreviewActionStyleUIPreviewActionStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static UIPreviewActionStyleUIPreviewActionStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static UIPreviewActionStyle[]UIPreviewActionStyle. values()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 UIPreviewActionStyle Modifier and Type Method Description protected static longUIPreviewAction. create(String title, UIPreviewActionStyle style, VoidBlock2<UIPreviewActionItem,UIViewController> handler)protected static longUIPreviewActionGroup. create(String title, UIPreviewActionStyle style, NSArray<UIPreviewAction> actions)Constructors in org.robovm.apple.uikit with parameters of type UIPreviewActionStyle Constructor Description UIPreviewAction(String title, UIPreviewActionStyle style, VoidBlock2<UIPreviewActionItem,UIViewController> handler)UIPreviewActionGroup(String title, UIPreviewActionStyle style, NSArray<UIPreviewAction> actions)