DefaultConnectionValidator
@objcMembers open class DefaultConnectionValidator : NSObject, ConnectionValidator
Default implementation of the connection validator. Unless otherwise specified, this will be
the validator that is used by the ConnectionManager
.
-
Declaration
Swift
public final func canConnect( _ moving: Connection, toConnection candidate: Connection) -> Bool