Protocols
The following protocols are available globally.
-
Deregistration strategy to set configurable parameters for de-registration flow. Optional with default value
See moreDefaultDeregisterStrategy
. -
Authentication provider for Sidewalk. Must be provided.
See more -
A protocol indicating that an activity or action may be cancelled. Behavior aligns with Cancellable from Combine.
See more -
A protocol that describes a Sidewalk device.
Sidewalk Mobile SDK will match the first
See moreSidewalkDevice
found that matches all criteria provided. -
A protocol allowing consumer to provide a logging implementation to capture Sidewalk Mobile SDK logs.
We are evaluating how to align this with the Logger struct provided in iOS14. This interface is subject to change.
See more