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
.