-
public interface AuthenticationStatusListener
Listener to get authentication status of token sent
-
-
Method Summary
Modifier and Type Method Description abstract Unit
onAuthenticationStatusChanged(Integer status)
Callback when the status changes, the callback happens on a separate thread -
-
Method Detail
-
onAuthenticationStatusChanged
abstract Unit onAuthenticationStatusChanged(Integer status)
Callback when the status changes, the callback happens on a separate thread
- Parameters:
status
- Current authentication status
-
-
-
-