SidewalkDeviceDescriptor

public protocol SidewalkDeviceDescriptor

A protocol that describes an Amazon Sidewalk device.

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

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

    Declaration

    Swift

    var endpointIDFilter: String? { get }
  • A filter for the advertised name of the device if present.

    Declaration

    Swift

    var nameFilter: String? { get }