SidewalkDeviceDescriptor

A descriptor of an Amazon Sidewalk device.

The Amazon Sidewalk Mobile SDK will match the first Amazon Sidewalk Device found that matches all criteria provided.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val endpointIdFilter: String

A filter for the hardware ID of the device if present.

Link copied to clipboard
abstract val nameFilter: String

A filter for the advertised name of the device if present.

Functions

Link copied to clipboard
open fun isEmpty(): Boolean

Return true if both nameFilter and endpointIdFilter are empty, false otherwise.