Uses of Class
org.robovm.apple.mobilecoreservices.UTType
| Package | Description |
|---|---|
| org.robovm.apple.quicklook |
-
Uses of UTType in org.robovm.apple.quicklook
Methods in org.robovm.apple.quicklook that return UTType Modifier and Type Method Description UTTypeQLPreviewReplyAttachment. getContentType()Methods in org.robovm.apple.quicklook with parameters of type UTType Modifier and Type Method Description protected longQLPreviewReply. init(UTType contentType, CGSize contentSize, Block2<QLPreviewReply,NSError.NSErrorPtr,NSData> dataCreationBlock)protected longQLPreviewReplyAttachment. init(NSData data, UTType contentType)Constructors in org.robovm.apple.quicklook with parameters of type UTType Constructor Description QLPreviewReply(UTType contentType, CGSize contentSize, Block2<QLPreviewReply,NSError.NSErrorPtr,NSData> dataCreationBlock)QLPreviewReplyAttachment(NSData data, UTType contentType)