Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 764 Bytes

AppServiceResponse.md

File metadata and controls

23 lines (15 loc) · 764 Bytes

AppServiceResponse class

Represents a message passed from a remote app service to the client app in response to a previously sent message.

Syntax

public final class AppServiceResponse

Public methods

getMessage

Retrieves the message sent by the remote app service, consisting of key/value pairs.

public Bundle getMessage()

return value

A Bundle object containing String keys mapped to values of variable types.

getStatus

Retrieves the status of the response from the remote app service.

public AppServiceResponseStatus getStatus()

return value

An AppServiceResponseStatus value describing the status of the response.