DittoKitDelegate
public protocol DittoKitDelegate : AnyObject
An optional delegate object that can be used to get updates about events occurring that relate to the
DittoKit object that the delegate was tied to.
-
Called when the condition of one of the underlying transports that
DittoKituses 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.
DittoKitDelegate Protocol Reference