ConnectionPositionDelegate
public protocol ConnectionPositionDelegate
Delegate for position events that occur on a Connection
.
-
Event that is called immediately before the connection’s
position
will change.Declaration
Swift
func willChangePosition(forConnection connection: Connection)
-
Event that is called immediately after the connection’s
position
has changed.Declaration
Swift
func didChangePosition(forConnection connection: Connection)