UnifiedFanCookiesListener

Interface for listening to events related to fan authentication and cookie management.

Inheritors

Functions

Link copied to clipboard
abstract fun onInitMFA(json: String)

Called to initialize multi-factor authentication (MFA) with provided JSON data.

Link copied to clipboard
abstract fun onLoginStatusRequested()

Called when the login status is requested.

Link copied to clipboard
abstract fun onShowSignIn()

Called to initiate a sign-in process without specific configuration.

abstract fun onShowSignIn(json: String)

Called to initiate a sign-in process with provided JSON data.

Link copied to clipboard
abstract fun onUpdateLogin()

Called when the login state needs to be updated.