UISceneActivationRequestOptions.fromPointer constructor
UISceneActivationRequestOptions.fromPointer(})
Constructs a UISceneActivationRequestOptions that wraps the given raw object pointer.
Implementation
UISceneActivationRequestOptions.fromPointer(
ffi.Pointer<objc.ObjCObjectImpl> other, {
bool retain = false,
bool release = false,
}) : object$ = objc.ObjCObject(other, retain: retain, release: release) {
objc.checkOsVersionInternal('UISceneActivationRequestOptions', iOS: (false, (13, 0, 0)));
}