Contents

UIAccessibilityCustomAction.Handler

A closure type that defines a handler to perform for an action.

Declaration

@MainActor typealias Handler = (UIAccessibilityCustomAction) -> Bool

See Also

Actions