Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 482 Bytes

IAppServiceResponseStatusListener.md

File metadata and controls

15 lines (10 loc) · 482 Bytes

IAppServiceResponseStatusListener interface

Handles the receiving of a status report on an outgoing app service response message.

Syntax

public interface IAppServiceResponseStatusListener

Public methods

statusReceived

Called when a status report has been received.

void statusReceived(AppServiceResponseStatus status)

Parameters

status - an AppServiceResponseStatus value representing the status of the sent response.