UIWindowScene class

WARNING: UIWindowScene is a stub. To generate bindings for this class, include UIWindowScene in your config's objc-interfaces list.

UIWindowScene

Inheritance
Available extensions

Constructors

UIWindowScene.castFrom(ObjCObjectBase other)
Constructs a UIWindowScene that points to the same underlying object as other.
UIWindowScene.castFromPointer(Pointer<ObjCObject> other, {bool retain = false, bool release = false})
Constructs a UIWindowScene that wraps the given raw object pointer.

Properties

canBecomeFirstResponder bool

Available on UIResponder, provided by the UIResponder$Methods extension

canBecomeFirstResponder
no setter
canResignFirstResponder bool

Available on UIResponder, provided by the UIResponder$Methods extension

canResignFirstResponder
no setter
editingInteractionConfiguration UIEditingInteractionConfiguration

Available on UIResponder, provided by the UIResponder$Methods extension

editingInteractionConfiguration
no setter
hashCode int
The hash code for this object.
no setterinherited
inputAccessoryView UIView?

Available on UIResponder, provided by the UIResponderInputViewAdditions extension

inputAccessoryView
no setter
inputAccessoryViewController UIInputViewController?

Available on UIResponder, provided by the UIResponderInputViewAdditions extension

inputAccessoryViewController
no setter
inputAssistantItem UITextInputAssistantItem

Available on UIResponder, provided by the UIResponderInputViewAdditions extension

This method is for clients that wish to put buttons on the Shortcuts Bar, shown on top of the keyboard. You may modify the returned inputAssistantItem to add to or replace the existing items on the bar. Modifications made to the returned UITextInputAssistantItem are reflected automatically. This method should not be overridden. Goes up the responder chain.
no setter
inputView UIView?

Available on UIResponder, provided by the UIResponderInputViewAdditions extension

inputView
no setter
inputViewController UIInputViewController?

Available on UIResponder, provided by the UIResponderInputViewAdditions extension

inputViewController
no setter
isFirstResponder bool

Available on UIResponder, provided by the UIResponder$Methods extension

isFirstResponder
no setter
keyCommands → NSArray?

Available on UIResponder, provided by the UIResponderKeyCommands extension

keyCommands
no setter
nextResponder UIResponder?

Available on UIResponder, provided by the UIResponder$Methods extension

nextResponder
no setter
ref → ObjCObjectRef
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textInputContextIdentifier → NSString?

Available on UIResponder, provided by the UIResponderInputViewAdditions extension

textInputContextIdentifier
no setter
textInputMode UITextInputMode?

Available on UIResponder, provided by the UIResponderInputViewAdditions extension

textInputMode
no setter
undoManager NSUndoManager?

Available on UIResponder, provided by the UIResponder$Methods extension

undoManager
no setter
userActivity NSUserActivity?

Available on UIResponder, provided by the ActivityContinuation extension

userActivity
getter/setter pair

Methods

becomeFirstResponder() bool

Available on UIResponder, provided by the UIResponder$Methods extension

becomeFirstResponder
buildMenuWithBuilder(UIMenuBuilder builder) → void

Available on UIResponder, provided by the UIResponder$Methods extension

buildMenuWithBuilder:
canPerformAction(Pointer<ObjCSelector> action, {ObjCObjectBase? withSender}) bool

Available on UIResponder, provided by the UIResponder$Methods extension

canPerformAction:withSender:
captureTextFromCamera(ObjCObjectBase? sender) → void

Available on UIResponder, provided by the UICaptureTextFromCameraSupporting extension

captureTextFromCamera:
copy(ObjCObjectBase? sender) → void

Available on UIResponder, provided by the UIResponder$Methods extension

copy:
cut(ObjCObjectBase? sender) → void

Available on UIResponder, provided by the UIResponder$Methods extension

cut:
decreaseSize(ObjCObjectBase? sender) → void

Available on UIResponder, provided by the UIResponder$Methods extension

decreaseSize:
delete(ObjCObjectBase? sender) → void

Available on UIResponder, provided by the UIResponder$Methods extension

delete:
increaseSize(ObjCObjectBase? sender) → void

Available on UIResponder, provided by the UIResponder$Methods extension

increaseSize:
init() UIResponder

Available on UIResponder, provided by the UIResponder$Methods extension

init
makeTextWritingDirectionLeftToRight(ObjCObjectBase? sender) → void

Available on UIResponder, provided by the UIResponder$Methods extension

makeTextWritingDirectionLeftToRight:
makeTextWritingDirectionRightToLeft(ObjCObjectBase? sender) → void

Available on UIResponder, provided by the UIResponder$Methods extension

makeTextWritingDirectionRightToLeft:
motionBegan(UIEventSubtype motion, {UIEvent? withEvent}) → void

Available on UIResponder, provided by the UIResponder$Methods extension

motionBegan:withEvent:
motionCancelled(UIEventSubtype motion, {UIEvent? withEvent}) → void

Available on UIResponder, provided by the UIResponder$Methods extension

motionCancelled:withEvent:
motionEnded(UIEventSubtype motion, {UIEvent? withEvent}) → void

Available on UIResponder, provided by the UIResponder$Methods extension

motionEnded:withEvent:
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paste(ObjCObjectBase? sender) → void

Available on UIResponder, provided by the UIResponder$Methods extension

paste:
pasteAndGo(ObjCObjectBase? sender) → void

Available on UIResponder, provided by the UIResponder$Methods extension

pasteAndGo:
pasteAndMatchStyle(ObjCObjectBase? sender) → void

Available on UIResponder, provided by the UIResponder$Methods extension

pasteAndMatchStyle:
pasteAndSearch(ObjCObjectBase? sender) → void

Available on UIResponder, provided by the UIResponder$Methods extension

pasteAndSearch:
pressesBegan(NSSet presses, {UIPressesEvent? withEvent}) → void

Available on UIResponder, provided by the UIResponder$Methods extension

pressesBegan:withEvent:
pressesCancelled(NSSet presses, {UIPressesEvent? withEvent}) → void

Available on UIResponder, provided by the UIResponder$Methods extension

pressesCancelled:withEvent:
pressesChanged(NSSet presses, {UIPressesEvent? withEvent}) → void

Available on UIResponder, provided by the UIResponder$Methods extension

pressesChanged:withEvent:
pressesEnded(NSSet presses, {UIPressesEvent? withEvent}) → void

Available on UIResponder, provided by the UIResponder$Methods extension

pressesEnded:withEvent:
print(ObjCObjectBase? sender) → void

Available on UIResponder, provided by the UIResponder$Methods extension

print:
reloadInputViews() → void

Available on UIResponder, provided by the UIResponderInputViewAdditions extension

reloadInputViews
remoteControlReceivedWithEvent(UIEvent? event) → void

Available on UIResponder, provided by the UIResponder$Methods extension

remoteControlReceivedWithEvent:
resignFirstResponder() bool

Available on UIResponder, provided by the UIResponder$Methods extension

resignFirstResponder
restoreUserActivityState(NSUserActivity userActivity$1) → void

Available on UIResponder, provided by the ActivityContinuation extension

restoreUserActivityState:
select(ObjCObjectBase? sender) → void

Available on UIResponder, provided by the UIResponder$Methods extension

select:
selectAll(ObjCObjectBase? sender) → void

Available on UIResponder, provided by the UIResponder$Methods extension

selectAll:
targetForAction(Pointer<ObjCSelector> action, {ObjCObjectBase? withSender}) → ObjCObjectBase?

Available on UIResponder, provided by the UIResponder$Methods extension

targetForAction:withSender:
toggleBoldface(ObjCObjectBase? sender) → void

Available on UIResponder, provided by the UIResponder$Methods extension

toggleBoldface:
toggleItalics(ObjCObjectBase? sender) → void

Available on UIResponder, provided by the UIResponder$Methods extension

toggleItalics:
toggleUnderline(ObjCObjectBase? sender) → void

Available on UIResponder, provided by the UIResponder$Methods extension

toggleUnderline:
toString() String
A string representation of this object.
inherited
touchesBegan(NSSet touches, {UIEvent? withEvent}) → void

Available on UIResponder, provided by the UIResponder$Methods extension

touchesBegan:withEvent:
touchesCancelled(NSSet touches, {UIEvent? withEvent}) → void

Available on UIResponder, provided by the UIResponder$Methods extension

touchesCancelled:withEvent:
touchesEnded(NSSet touches, {UIEvent? withEvent}) → void

Available on UIResponder, provided by the UIResponder$Methods extension

touchesEnded:withEvent:
touchesEstimatedPropertiesUpdated(NSSet touches) → void

Available on UIResponder, provided by the UIResponder$Methods extension

touchesEstimatedPropertiesUpdated:
touchesMoved(NSSet touches, {UIEvent? withEvent}) → void

Available on UIResponder, provided by the UIResponder$Methods extension

touchesMoved:withEvent:
updateTextAttributesWithConversionHandler(ObjCBlock<NSDictionary Function(NSDictionary)> conversionHandler) → void

Available on UIResponder, provided by the UIResponder$Methods extension

updateTextAttributesWithConversionHandler:
updateUserActivityState(NSUserActivity activity) → void

Available on UIResponder, provided by the ActivityContinuation extension

updateUserActivityState:
validateCommand(UICommand command) → void

Available on UIResponder, provided by the UIResponder$Methods extension

validateCommand:

Operators

operator ==(Object other) bool
The equality operator.
inherited