<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 06/17/2013 10:08 AM, Matthias
      Wessendorf wrote:<br>
    </div>
    <blockquote
cite="mid:CAAg5f2Su1gYE4zeQC+wg9=S1i4g_F_C2cWBqm02awP1trUJnVg@mail.gmail.com"
      type="cite">
      <div dir="ltr">Looks good so far.
        <div><br>
        </div>
        <div style=""><a moz-do-not-send="true"
href="https://gist.github.com/secondsun/5797051#file-messagehandler-java-L7">https://gist.github.com/secondsun/5797051#file-messagehandler-java-L7</a></div>
        <div style="">
          For the "delete" (since not present in SimplePush/iOS).&nbsp;</div>
        <div style=""><br>
        </div>
        <div style="">==&gt; The PushEE will "tell google" delete this
          "message req" ? Or is that something just done by google?
          Wondering how to "start a deletion" <br>
        </div>
      </div>
    </blockquote>
    The onDelete is handling messages of with the type :
<a class="moz-txt-link-freetext" href="https://developer.android.com/reference/com/google/android/gms/gcm/GoogleCloudMessaging.html#MESSAGE_TYPE_DELETED">https://developer.android.com/reference/com/google/android/gms/gcm/GoogleCloudMessaging.html#MESSAGE_TYPE_DELETED</a><br>
    <blockquote
cite="mid:CAAg5f2Su1gYE4zeQC+wg9=S1i4g_F_C2cWBqm02awP1trUJnVg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div style=""><br>
        </div>
        <div style="">-M</div>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">On Mon, Jun 17, 2013 at 4:02 PM,
          Summers Pittman <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:supittma@redhat.com" target="_blank">supittma@redhat.com</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div bgcolor="#FFFFFF" text="#000000"> Last week I showed
              off some simple code to register an Android application
              for push and committed some code to handle talking to the
              unified push server.<br>
              <br>
              This week I'm looking at what the Android library can add
              to an application.<br>
              <br>
              One of the things which is annoying to do is get the
              content from a Push message into the currently running
              Activity (and don't get me started on Fragments...) on the
              current main thread.<br>
              <br>
              Here is my idea: (warning pseudocode gist)<br>
              <br>
              <a moz-do-not-send="true"
                href="https://gist.github.com/secondsun/5797051"
                target="_blank">https://gist.github.com/secondsun/5797051</a><br>
              <br>
              In theory if the user is running Android 4.0 or great we
              can handle the attach/detach for the user.<br>
              <br>
              WDYT?<br>
            </div>
            <br>
            _______________________________________________<br>
            aerogear-dev mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
            <a moz-do-not-send="true"
              href="https://lists.jboss.org/mailman/listinfo/aerogear-dev"
              target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        Matthias Wessendorf <br>
        <br>
        blog: <a moz-do-not-send="true"
          href="http://matthiaswessendorf.wordpress.com/"
          target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>
        sessions: <a moz-do-not-send="true"
          href="http://www.slideshare.net/mwessendorf" target="_blank">http://www.slideshare.net/mwessendorf</a><br>
        twitter: <a moz-do-not-send="true"
          href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
aerogear-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/aerogear-dev">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a></pre>
    </blockquote>
    <br>
  </body>
</html>