DittoDelegate
public protocol DittoDelegate : AnyObject
An optional delegate object that can be used to get updates about events occurring that relate to the
Ditto
object that the delegate was tied to.
-
Called when the condition of one of the underlying transports that
Ditto
uses changes.Declaration
Swift
func transportConditionDidChange(condition: DittoTransportCondition, subsystem: DittoConditionSource)
Parameters
transportID
The ID of the transport that has had its condition change.
condition
The new condition of the transport.