clearAllPrefixes

abstract suspend fun clearAllPrefixes(deviceId: String): CommandResponse

Clears the prefix formatting on the device.

Return

A CommandResponse indicating the success or failure of the operation.

Parameters

deviceId

The identifier of the target device.


abstract fun clearAllPrefixes(deviceId: String, callback: (Result<CommandResponse>) -> Unit)

Callback-based version of clearAllPrefixes for Java interoperability.

Parameters

deviceId

The identifier of the target device.

callback

Callback to receive the CommandResponse.