Handles the receiving of a status report on an outgoing app service response message.
public interface IAppServiceResponseStatusListener
Called when a status report has been received.
void statusReceived(AppServiceResponseStatus status)
status - an AppServiceResponseStatus value representing the status of the sent response.