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