IPolySettingsService

interface IPolySettingsService

Settings exposed for PolyOs Clients

See also

Functions

Link copied to clipboard
abstract fun getSetting(listener: IPolySettingsListener, keys: Array<Setting.KEY>): List<Setting>
Returns the java.util.List of Setting for the given keys
Link copied to clipboard
abstract fun setSetting(setting: Setting): ResponseStatus.Status
Sets the given Setting
abstract fun setSetting(batchKey: String, settings: Array<Setting>): ResponseStatus.Status
Sets the given Settings
Link copied to clipboard
abstract fun targetLocal(): IPolySettingsService
Returns a IPolySettingsService targeting the calls to the local com.poly.polyos.room.DeviceType Returns the same instance if called from PRIMARY.
Link copied to clipboard
abstract fun unRegisterSettingsListener(listener: IPolySettingsListener)
Un Registers a IPolySettingsListener