SyncLoginListener
public protocol SyncLoginListener
Listens to login events.
-
Called on a successful login.
At this point the connection to the sync destination was established and entered an operational state, in which data can be sent both ways.
Declaration
Swift
func loggedIn()
-
Called on a login failure with a
result
code specifying the issue.Declaration
Swift
func loginFailed(result: SyncCode)