setSetting

abstract fun setSetting(setting: Setting): ResponseStatus.Status

Sets the given Setting

Return

Returns the status of the set, Success or error for failure.

See also

Parameters

setting

The setting to set


abstract fun setSetting(batchKey: String, settings: Array<Setting>): ResponseStatus.Status

Sets the given Settings

Return

Returns the status of the set, Success or error for failure.

See also

Parameters

batchKey

Optionally specify the batch key. If non null, all settings are set together as a batch

settings

The settings to set