FedCmEvent

@Serializable
sealed class FedCmEvent

Inheritors

Types

Link copied to clipboard
@Serializable
data class DialogClosed(val dialogId: String) : FedCmEvent

Triggered when a dialog is closed, either by user action, JS abort, or a command below.

Link copied to clipboard
@Serializable
data class DialogShown(val dialogId: String, val dialogType: DialogType, val accounts: List<Account>, val title: String, val subtitle: String? = null) : FedCmEvent

(undocumented in the protocol definition)