Package org.robovm.apple.uniformtypeid
Class NSURLExtensions
java.lang.Object
org.robovm.objc.ObjCExtensions
org.robovm.apple.foundation.NSExtensions
org.robovm.apple.uniformtypeid.NSURLExtensions
public final class NSURLExtensions extends NSExtensions
-
Method Summary
Modifier and Type Method Description static NSURLURLByAppendingPathComponent(NSURL thiz, String partialName, UTType contentType)static NSURLURLByAppendingPathExtensionForType(NSURL thiz, UTType contentType)
-
Method Details
-
URLByAppendingPathComponent
public static NSURL URLByAppendingPathComponent(NSURL thiz, String partialName, UTType contentType)- Since:
- Available in iOS 14.0 and later.
-
URLByAppendingPathExtensionForType
- Since:
- Available in iOS 14.0 and later.
-