SplitPane, Cursors and Push Registration
Until this weeks release push notification was registered using
Display.registerPush(Hashtable, boolean)
the thing is that both of these arguments to that method are no longer used or not the best way to implement registration. So we deprecated that method and introduced a new version of the method Display.registerPush()
. Since push fallback hasn’t been supported since we migrated to the new API it’s going away isn’t a big deal but up until recently the
Hashtable
argument was used to pass the GCM push ID.
0 komentar
Posting Komentar
Catatan: Hanya anggota dari blog ini yang dapat mengirim komentar.