DialogShown

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

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val subtitle: String? = null
Link copied to clipboard

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