Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.1
-
Fix Version/s: 3.2
-
Component/s: Push Library
-
Labels:None
-
Environment:ICEpush
Description
Many applications require a push to be sent to all but the calling session. This is possible to express with the API through the PushConfiguration object.
In order to push to all others in the group:
PushRenderer.render("groupName", new PushOthers());
PushRenderer.render("groupName", new PushOthers().and(new PushMessage("subject", "detail")));
Marking this one as FIXED.