Creating Push Notification Events
When creating push notification events, you:
-
Define the event.
An event is associated with a status change on the server. When you define an event, you specify its data type and data structure.
-
(Optional) Add the event to an event collection.
You can group a set of events that exhibit a common behavior as a collection. When an endpoint is subscribed to a collection, it receives notifications for each event included in the collection whenever they are published from the server.
-
Publish the event using PeopleCode.
-
Subscribe endpoints to the event or event collection.
-
Define the notification configuration for the event.