FRLifecycleListener

Listener to listen for FR SDK Event

Functions

Link copied to clipboard
abstract fun onCookiesUpdated(cookies: Collection<String>)
Interface definition for a listener to be invoked when the cookies changed.
Link copied to clipboard
abstract fun onLogout()
Interface definition for a listener to be invoked when the logout.
Link copied to clipboard
abstract fun onSSOTokenUpdated(ssoToken: SSOToken)
Interface definition for a listener to be invoked when the SSOToken changed.