UISceneDestructionRequestOptions.as constructor
UISceneDestructionRequestOptions.as(
- ObjCObject other
Constructs a UISceneDestructionRequestOptions that points to the same underlying object as other.
Implementation
UISceneDestructionRequestOptions.as(objc.ObjCObject other) : object$ = other {
objc.checkOsVersionInternal('UISceneDestructionRequestOptions', iOS: (false, (13, 0, 0)));
}