ListContactsRequest

data class ListContactsRequest(account: String, async: Boolean?) : SignaldRequestBodyV1<ListContacts, ProfileList>

Functions

getTypedResponseOrNull
Link copied to clipboard
common
open override fun getTypedResponseOrNull(responseWrapper: JsonMessageWrapper<*>): ProfileList?
A function to resolve the response body by verifying the type of the response and returning a non-null value iff the wrapper and data is the right type.
submit
Link copied to clipboard
common
fun submit(socketCommunicator: SocketCommunicator): ProfileList

Properties

account
Link copied to clipboard
common
val account: String
async
Link copied to clipboard
common
val async: Boolean? = null
return results from local store immediately, refreshing from server afterward if needed.
id
Link copied to clipboard
common
val id: String
The id to include in the request.
version
Link copied to clipboard
common
val version: String
The version to include in the request.