Package com.avaya.clientservices.call
Interface SendMessageCompletionHandler
-
public interface SendMessageCompletionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(ChatException chatFailure)Reports that the send operation was completed with errors.voidonSuccess()Reports that the send operation was successfully completed.
-
-
-
Method Detail
-
onSuccess
void onSuccess()
Reports that the send operation was successfully completed.
-
onError
void onError(ChatException chatFailure)
Reports that the send operation was completed with errors.- Parameters:
chatFailure- send operation completed error.- See Also:
ChatException
-
-