EventClosureManagement
public protocol EventClosureManagement
Manages what swiping activity does.
-
Undocumented
Declaration
Swift
typealias Closure = () -> Void -
Undocumented
Declaration
Swift
func addEventClosure<EventType>(_ event: EventType, _ closure: @escaping Closure)
View on GitHub
EventClosureManagement Protocol Reference