Set Device Name Request
data class SetDeviceNameRequest(account: String, deviceName: String?) : SignaldRequestBodyV1<SetDeviceName, 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
getTypedResponseOrNull
Link copied to clipboard
open override fun getTypedResponseOrNull(responseWrapper: JsonMessageWrapper<*>): EmptyResponse?
Content copied to clipboard
submit
Link copied to clipboard