Package org.robovm.apple.foundation
Class NSURLThumbnail
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.foundation.NSURLThumbnail
public class NSURLThumbnail extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSURLThumbnail.AsListMarshalerstatic classNSURLThumbnail.Keysstatic classNSURLThumbnail.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description NSURLThumbnail() -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)UIImagegetSize1024x1024()Deprecated.Deprecated in iOS 15.0.booleanhas(NSString key)NSURLThumbnailset(NSString key, NSObject value)NSURLThumbnailsetSize1024x1024(UIImage size1024x1024)Deprecated.Deprecated in iOS 15.0.Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
NSURLThumbnail
public NSURLThumbnail()
-
-
Method Details
-
has
-
get
-
set
-
getSize1024x1024
Deprecated.Deprecated in iOS 15.0. Use the QuickLookThumbnailing framework and extension point instead -
setSize1024x1024
Deprecated.Deprecated in iOS 15.0. Use the QuickLookThumbnailing framework and extension point instead
-