Package 

Interface FRLifecycleListener

  • All Implemented Interfaces:

    
    public interface FRLifecycleListener
    
                        

    Listener to listen for FR SDK Event

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onSSOTokenUpdated(SSOToken ssoToken) Interface definition for a listener to be invoked when the SSOToken changed.
      abstract void onCookiesUpdated(Collection<String> cookies) Interface definition for a listener to be invoked when the cookies changed.
      abstract void onLogout() Interface definition for a listener to be invoked when the logout.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onSSOTokenUpdated

         abstract void onSSOTokenUpdated(SSOToken ssoToken)

        Interface definition for a listener to be invoked when the SSOToken changed.

        Parameters:
        ssoToken - The updated SSOToken
      • onCookiesUpdated

         abstract void onCookiesUpdated(Collection<String> cookies)

        Interface definition for a listener to be invoked when the cookies changed.

        Parameters:
        cookies - The updated Cookies
      • onLogout

         abstract void onLogout()

        Interface definition for a listener to be invoked when the logout.