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
Dittouses changes.Declaration
Swift
func transportConditionDidChange(condition: DittoTransportCondition, subsystem: DittoConditionSource)Parameters
transportIDThe ID of the transport that has had its condition change.
conditionThe new condition of the transport.
DittoDelegate Protocol Reference