Uses of Class
org.robovm.apple.uikit.UIPasteboard
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIPasteboard in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIPasteboard Modifier and Type Method Description static UIPasteboardUIPasteboard. getFindPasteboard()static UIPasteboardUIPasteboard. getGeneralPasteboard()static UIPasteboardUIPasteboard. getPasteboard(String pasteboardName, boolean create)static UIPasteboardUIPasteboard. getUniquePasteboard()Methods in org.robovm.apple.uikit with parameters of type UIPasteboard Modifier and Type Method Description static NSObjectProtocolUIPasteboard.Notifications. observeChanged(UIPasteboard object, VoidBlock2<UIPasteboard,UIPasteboardChangedNotification> block)static NSObjectProtocolUIPasteboard.Notifications. observeRemoved(UIPasteboard object, VoidBlock1<UIPasteboard> block)Method parameters in org.robovm.apple.uikit with type arguments of type UIPasteboard Modifier and Type Method Description static NSObjectProtocolUIPasteboard.Notifications. observeChanged(UIPasteboard object, VoidBlock2<UIPasteboard,UIPasteboardChangedNotification> block)static NSObjectProtocolUIPasteboard.Notifications. observeRemoved(UIPasteboard object, VoidBlock1<UIPasteboard> block)