BKBlukiiCloudDelegate
public protocol BKBlukiiCloudDelegate
The delegate for receiving state changes of BKCloud.login(). Implementations of this delegate get notified when the login was successful. If an error occurred you get also notified via this delegate.
-
Delegate for request
BKBlukiiCloud.login()
Login was done successfully.
Declaration
Swift
func onLogin()
-
Delegate for request
BKBlukiiCloud.login()
There went something wrong while there was a try to login.
Declaration
Swift
func onLoginError(_ error: Error)