TrustRequest
data class TrustRequest(account: String, address: JsonAddress, safetyNumber: String?, qrCodeData: String?, trustLevel: String?) : SignaldRequestBodyV1<EmptyResponse>
Content copied to clipboard
Trust another user's safety number using either the QR code data or the safety number text
Constructors
Link copied to clipboard
fun TrustRequest(account: String, address: JsonAddress, safetyNumber: String? = null, qrCodeData: String? = null, trustLevel: String? = null)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun submit(socketCommunicator: SocketCommunicator, id: String): EmptyResponse
Content copied to clipboard
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): EmptyResponse
Content copied to clipboard
open suspend override fun submitSuspend(socketCommunicator: SuspendSocketCommunicator, id: String): EmptyResponse
Content copied to clipboard