NSExtensionContext.as constructor

NSExtensionContext.as(
  1. ObjCObject other
)

Constructs a NSExtensionContext that points to the same underlying object as other.

Implementation

NSExtensionContext.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('NSExtensionContext', iOS: (false, (8, 0, 0)), macOS: (false, (10, 10, 0)));
}