Class INImageExtensions

    • Method Detail

      • fetchUIImageWithCompletion

        public static void fetchUIImageWithCompletion​(INImage thiz,
                                                      org.robovm.objc.block.VoidBlock1<UIImage> completion)
        Since:
        Available in iOS 11.0 and later.
      • imageWithCGImage

        protected static INImage imageWithCGImage​(org.robovm.objc.ObjCClass clazz,
                                                  CGImage imageRef)
        Since:
        Available in iOS 10.0 and later.
      • imageWithCGImage

        public static INImage imageWithCGImage​(CGImage imageRef)
      • imageWithUIImage

        protected static INImage imageWithUIImage​(org.robovm.objc.ObjCClass clazz,
                                                  UIImage image)
        Since:
        Available in iOS 10.0 and later.
      • imageWithUIImage

        public static INImage imageWithUIImage​(UIImage image)
      • imageSizeForIntentResponse

        protected static CGSize imageSizeForIntentResponse​(org.robovm.objc.ObjCClass clazz,
                                                           INIntentResponse response)
        Since:
        Available in iOS 10.0 and later.