Package 

Interface AccessToken.AccessTokenRefreshCallback

    • Method Summary

      Modifier and Type Method Description
      abstract Unit OnTokenRefreshed(AccessToken accessToken) The method called on a successful refresh of an AccessToken.
      abstract Unit OnTokenRefreshFailed(FacebookException exception) The method called on a failed refresh of an AccessToken.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • OnTokenRefreshed

         abstract Unit OnTokenRefreshed(AccessToken accessToken)

        The method called on a successful refresh of an AccessToken.

        Parameters:
        accessToken - the access token created from the native link intent.