On Wed, Aug 25, 2010 at 7:19 AM, mac <[email protected]> wrote:
> Is it possible to implement a request/request messaging pattern with
> C2DM?
>
> I mean, some application issues a HTTP POST request to the C2DM server
> to send a message to a device. If the device is online, the
> application processing the intent could respond with a custom message
> that could be delivered back to the caller within the same HTTP
> transaction in the HTTP Response payload.

Absolutely not. Your request is queued -- it is not delivered immediately.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.1 Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to