-
public interface AuthInterface.AuthDelegate
-
-
Method Summary
Modifier and Type Method Description abstract UnitonConnectionStateChange(Auth.Event.ConnectionStateChange connectionStateChange)abstract UnitonError(Auth.Event.Error error)-
-
Method Detail
-
onConnectionStateChange
abstract Unit onConnectionStateChange(Auth.Event.ConnectionStateChange connectionStateChange)
-
onError
abstract Unit onError(Auth.Event.Error error)
-
-
-
-