Interface FRLifecycleListener


  • public interface FRLifecycleListener
    Listener to listen for FR SDK Event
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onCookiesUpdated​(java.util.Collection<java.lang.String> cookies)
      Interface definition for a listener to be invoked when the cookies changed.
      void onLogout()
      Interface definition for a listener to be invoked when the logout.
      void onSSOTokenUpdated​(SSOToken ssoToken)
      Interface definition for a listener to be invoked when the SSOToken changed.
    • Method Detail

      • onSSOTokenUpdated

        void onSSOTokenUpdated​(SSOToken ssoToken)
        Interface definition for a listener to be invoked when the SSOToken changed.
        Parameters:
        ssoToken - The updated SSOToken
      • onCookiesUpdated

        void onCookiesUpdated​(java.util.Collection<java.lang.String> cookies)
        Interface definition for a listener to be invoked when the cookies changed.
        Parameters:
        cookies - The updated Cookies
      • onLogout

        void onLogout()
        Interface definition for a listener to be invoked when the logout.