Package org.robovm.apple.uikit
Class UIPasteboardChangedNotification
- java.lang.Object
-
- org.robovm.apple.foundation.NSDictionaryWrapper
-
- org.robovm.apple.uikit.UIPasteboardChangedNotification
-
public class UIPasteboardChangedNotification extends NSDictionaryWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UIPasteboardChangedNotification.AsListMarshaler
static class
UIPasteboardChangedNotification.Keys
static class
UIPasteboardChangedNotification.Marshaler
-
Field Summary
-
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NSObject
get(NSString key)
java.util.List<java.lang.String>
getAddedTypes()
java.util.List<java.lang.String>
getRemovedTypes()
boolean
has(NSString key)
-
Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
-