SettingsClient

interface SettingsClient : HasApiKey, OptionalModuleApi


Client interface which provides access to deep links into Matter device settings.

Summary

Public functions

Task<IntentSender!>!
@RequiresApi(value = VERSION_CODES.O_MR1)
getDeviceListIntent()

Returns an IntentSender which can be used to launch an activity which will display the list of Matter devices to which users of this device have access.

Public functions

getDeviceListIntent

@RequiresApi(value = VERSION_CODES.O_MR1)
fun getDeviceListIntent(): Task<IntentSender!>!

Returns an IntentSender which can be used to launch an activity which will display the list of Matter devices to which users of this device have access.

If this is called when SDK_INT is lower than O_MR1, then the Task will fail with an with the status code DEVELOPER_ERROR.