Package org.robovm.apple.uikit
Class UIPasteboardOptions
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.uikit.UIPasteboardOptions
public class UIPasteboardOptions extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIPasteboardOptions.AsListMarshalerstatic classUIPasteboardOptions.Keysstatic classUIPasteboardOptions.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description UIPasteboardOptions() -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)NSDategetExpirationDate()booleanhas(NSString key)booleanisLocalOnly()UIPasteboardOptionsset(NSString key, NSObject value)UIPasteboardOptionssetExpirationDate(NSDate expirationDate)UIPasteboardOptionssetLocalOnly(boolean localOnly)Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
UIPasteboardOptions
public UIPasteboardOptions()
-
-
Method Details
-
has
-
get
-
set
-
getExpirationDate
- Since:
- Available in iOS 10.0 and later.
-
setExpirationDate
- Since:
- Available in iOS 10.0 and later.
-
isLocalOnly
public boolean isLocalOnly()- Since:
- Available in iOS 10.0 and later.
-
setLocalOnly
- Since:
- Available in iOS 10.0 and later.
-