Account

data class Account(address: JsonAddress?, deviceId: Int?, accountId: String?) : SignaldResponseBodyV1

A local account in signald

Constructors

Account
Link copied to clipboard
common
fun Account(address: JsonAddress? = null, deviceId: Int? = null, accountId: String? = null)

Properties

accountId
Link copied to clipboard
common
val accountId: String? = null
The primary identifier on the account, included with all requests to signald for this account.
address
Link copied to clipboard
common
val address: JsonAddress? = null
The address of this account
deviceId
Link copied to clipboard
common
val deviceId: Int? = null
The Signal device ID.