-
public interface LoginStatusCallbackA callback class for getting the Login Status of a user.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonCompleted(AccessToken accessToken)Called when an access token is able to be retrieved successfully. abstract UnitonFailure()Called when an access token could not be retrieved. abstract UnitonError(Exception exception)Called when there was an error getting the login status of a user. -
-
Method Detail
-
onCompleted
abstract Unit onCompleted(AccessToken accessToken)
Called when an access token is able to be retrieved successfully.
- Parameters:
accessToken- The access token retrieved for the user
-
-
-
-