Represents information passed from a remote app service to the client app, namely the status of the last message sent by the client app and (optionally) a new message from the remote app service.
public final class AppServiceClientResponse
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.
Retrieves the status of the last message sent from the client app to the remote app service.
public AppServiceResponseStatus getStatus()
Return value
An AppServiceResponseStatus value describing the status of the most recent message sent to the remote app service (such as a reason why the message data was not delivered).