Set Device Name Request
data class SetDeviceNameRequest(account: String, deviceName: String?) : SignaldRequestBodyV1<EmptyResponse>
Content copied to clipboard
set this device's name. This will show up on the mobile device on the same account under
Constructors
SetDeviceNameRequest
Link copied to clipboard
Functions
submit
Link copied to clipboard
submitSuspend
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): EmptyResponse
Content copied to clipboard