Sidewalk
Main entry point to the Amazon Sidewalk Mobile SDK.
Parameters
Android context
Authentication token provider
Configurable parameters for de-registration flow
Constructors
Types
Functions
Clear user related data, this method should be called explicitly by host app when the account credential is no longer available, like user logged out.
Note: This method is being deprecated in the near future, please use deregisterDevice(smsn, factoryReset) instead for simpler Amazon Sidewalk device management with consistent SMSN value.
Deregister a device from the Amazon Sidewalk network.
Note: This method is being deprecated in the near future, please use registerDevice(sidewalkConnection) instead for simpler Amazon Sidewalk device management with consistent SMSN value.
Note: This method is being deprecated in the near future, please use registerDevice(smsn) instead for simpler Amazon Sidewalk device management with consistent SMSN value.
Register a device with the Amazon Sidewalk network through the BLE secure connection. Process returns directly if the device is already registered to your account; otherwise the Amazon Sidewalk device will disconnect after registration regardless of the result.
Register a device with the Amazon Sidewalk network. If a SidewalkConnection has been established with the device before registration, use registerDevice(SidewalkConnection) instead.
Authenticate existing devices already in the field onto Amazon Sidewalk network.
Starts scanning for Amazon Sidewalk devices via Bluetooth.
Note: This method is being deprecated in the near future, please use secureConnectDevice(smsn) instead for simpler Amazon Sidewalk device management with consistent SMSN value.
Securely connects to a given Amazon Sidewalk device.