Type Aliases
The following type aliases are available globally.
-
Device ID used for communication with the AWS IoT Core service.
Declaration
Swift
public typealias WirelessDeviceID = String -
Device ID used by the Amazon Sidewalk network.
Declaration
Swift
public typealias SidewalkID = String -
Closure to be executed when a message is received.
Declaration
Swift
public typealias MessageResponse = (_ message: SidewalkMessage) -> VoidParameters
messageSidewalkMessageobject encapsulating the received message
Type Aliases Reference