Represents a message passed from a remote app service to the client app in response to a previously sent message.
public final class AppServiceResponse
Retrieves the message sent by the remote app service, consisting of key/value pairs.
public Bundle getMessage()
A Bundle object containing String keys mapped to values of variable types.
Retrieves the status of the response from the remote app service.
public AppServiceResponseStatus getStatus()
An AppServiceResponseStatus value describing the status of the response.