UIWindowScene.as constructor

UIWindowScene.as(
  1. ObjCObject other
)

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

Implementation

UIWindowScene.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('UIWindowScene', iOS: (false, (13, 0, 0)));
}