IUnifiedFanCookiesJsInterface

Interface for handling JavaScript-based authentication events in the prepurchase flow.

Inheritors

Functions

Link copied to clipboard
abstract fun appviewGetLoginStatus()

Requests the current login status.

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

Initializes multi-factor authentication (MFA) with provided JSON data.

Link copied to clipboard
abstract fun appviewShowSignIn()

Initiates a sign-in process without specific configuration.

abstract fun appviewShowSignIn(json: String)

Initiates a sign-in process with provided JSON data.

Link copied to clipboard
abstract fun appviewUpdateLogin()

Updates the login state.