DialogShown

@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)

Official doc

Constructors

Link copied to clipboard
constructor(dialogId: String, dialogType: DialogType, accounts: List<Account>, title: String, subtitle: String? = null)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val subtitle: String? = null

(undocumented in the protocol definition)

Link copied to clipboard

These exist primarily so that the caller can verify the RP context was used appropriately.