Package-level declarations

Types

Link copied to clipboard

Deregistration Strategy to set configurable parameters for de-registration flow. Optional with default value DEFAULT.

Link copied to clipboard
class Sidewalk(context: Context, authProvider: SidewalkAuthProvider, deregisterStrategy: DeregisterStrategy = DeregisterStrategy.DEFAULT)

Main entry point to the Sidewalk Mobile SDK.

Link copied to clipboard
fun interface SidewalkCancellable

An interface indicating that an activity or action may be cancelled.

Link copied to clipboard

Represents a BLE connection with a Sidewalk Device. This class is created when Sidewalk Mobile SDK is able to create a secure connection with a Sidewalk Device.

Link copied to clipboard

Represents a BLE connection with a Sidewalk Device. This class is created when Sidewalk Mobile SDK is able to create a secure connection with a Sidewalk Device.

Link copied to clipboard
fun interface SidewalkLogging

An interface allowing consumer to provide a logging implementation to capture Sidewalk Mobile SDK logs.

Link copied to clipboard
sealed class SidewalkLogLevel