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.
-
dittoTransportConditionDidChange(ditto:Default implementationcondition: subsystem: ) Called when the condition of one of the underlying transports that
Dittouses changes.Default Implementation
Declaration
Swift
func dittoTransportConditionDidChange(ditto: Ditto, condition: DittoTransportCondition, subsystem: DittoConditionSource)Parameters
transportIDThe ID of the transport that has had its condition change.
conditionThe new condition of the transport.
-
dittoIdentityProviderAuthenticationRequest(ditto:Default implementationrequest: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func dittoIdentityProviderAuthenticationRequest(ditto: Ditto, request: DittoAuthenticationRequest) -
dittoIdentityProviderRefreshRequest(ditto:Extension methodrequest: ) Undocumented
Declaration
Swift
func dittoIdentityProviderRefreshRequest(ditto: Ditto, request: Data)
DittoDelegate Protocol Reference