public interface GetTwinCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onTwinReceived(Twin twin,
IotHubClientException clientException,
java.lang.Object context)
The callback to be executed when the service responds to a getTwin request with the current twin.
|
void onTwinReceived(Twin twin, IotHubClientException clientException, java.lang.Object context)
twin - The current twin.context - The context that was provided for this callback in
InternalClient.getTwinAsync(GetTwinCallback, Object).Copyright © 2023. All rights reserved.