Heads up! New Developer Preview programs are rolling out soon. Apply here and be one of the first to try new tools and provide feedback.

SettingsClient

public interface SettingsClient implements HasApiKey<SettingsOptions> OptionalModuleApi

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

Public Method Summary

abstract Task<IntentSender>
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 Methods

public abstract Task<IntentSender> 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.

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