public interface OnDeviceDecisioningHandler
| Modifier and Type | Method and Description |
|---|---|
void |
artifactDownloadFailed(TargetClientException e) |
void |
artifactDownloadSucceeded(byte[] artifactData) |
void |
onDeviceDecisioningReady()
This is called when local execution is ready.
|
void onDeviceDecisioningReady()
void artifactDownloadSucceeded(byte[] artifactData)
void artifactDownloadFailed(TargetClientException e)