SelectAccountRequest

@Serializable
data class SelectAccountRequest(val dialogId: String, val accountIndex: Int)

Request object containing input parameters for the FedCmDomain.selectAccount command.

Constructors

Link copied to clipboard
constructor(dialogId: String, accountIndex: Int)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)