Package org.robovm.apple.intentsui
Class INImageExtensions
java.lang.Object
org.robovm.objc.ObjCExtensions
org.robovm.apple.foundation.NSExtensions
org.robovm.apple.intentsui.INImageExtensions
public final class INImageExtensions extends NSExtensions
-
Method Summary
Modifier and Type Method Description static voidfetchUIImageWithCompletion(INImage thiz, VoidBlock1<UIImage> completion)static CGSizeimageSizeForIntentResponse(INIntentResponse response)protected static CGSizeimageSizeForIntentResponse(ObjCClass clazz, INIntentResponse response)static INImageimageWithCGImage(CGImage imageRef)protected static INImageimageWithCGImage(ObjCClass clazz, CGImage imageRef)static INImageimageWithUIImage(UIImage image)protected static INImageimageWithUIImage(ObjCClass clazz, UIImage image)
-
Method Details
-
fetchUIImageWithCompletion
- Since:
- Available in iOS 11.0 and later.
-
imageWithCGImage
- Since:
- Available in iOS 10.0 and later.
-
imageWithCGImage
-
imageWithUIImage
- Since:
- Available in iOS 10.0 and later.
-
imageWithUIImage
-
imageSizeForIntentResponse
- Since:
- Available in iOS 10.0 and later.
-
imageSizeForIntentResponse
-