public interface AckListener
Interface which listens for acknowledgement of messages sent to AppDesktop.
- See Also:
Ack
-
Method Summary
Modifier and Type |
Method |
Description |
void |
onError(Ack ack) |
Invoked when the request to AppDesktop has errors
|
void |
onSuccess(Ack ack) |
Invoked when the request to AppDesktop is successful
|
-
Method Details
-
Invoked when the request to AppDesktop is successful
- Parameters:
ack
- an Ack object
- See Also:
Ack
-
Invoked when the request to AppDesktop has errors
- Parameters:
ack
- an Ack object
- See Also:
Ack