IotHubConnectionStatusChangeCallback Interface
public interface IotHubConnectionStatusChangeCallback
Callback interface for allowing users to respond to changes in the connectivity of this sdk to Iot Hub.
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
onStatusChanged(ConnectionStatusChangeContext connectionStatusChangeContext)
The callback that is executed each time the connection status of the client changes. Includes details for more context on why that change occurred. |
Method Details
onStatusChanged
public void onStatusChanged(ConnectionStatusChangeContext connectionStatusChangeContext)
The callback that is executed each time the connection status of the client changes. Includes details for more context on why that change occurred.
Parameters: