Type Aliases
The following type aliases are available globally.
-
Device ID used for communication with the AWS Sailboat 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) -> Void
Parameters
message
SidewalkMessage
object encapsulating the received message