Try OpenEdge Now
skip to main content
Online Help
Data Object overview : Reference : Push notification API reference
 

Push notification API reference

The ABL push notification service primarily uses the following API classes:
Class
Description
OpenEdge.Mobile.PushNotificationService
Sends push notifications to devices.
OpenEdge.Mobile.PushNotificationMessageBuilder
Builds notification messages.
OpenEdge.Mobile.ApplicationPlatformEnum
Describes the supported Mobile platforms for push notifications.
OpenEdge.Net.URI
Represents a network address, which represents the push notification Service.
OpenEdge.Net.UriSchemeEnum
Contains members for HTTP and HTTPS.
Note: The OpenEdge.Net procedure libraries containing the above classes are not a part of the standard libraries and must be added to the project’s PROPATH manually. The OpenEdge.Net.pl file is located at @{DLC}\tty\netlib or @{DLC}\gui\netlib (based on the runtime), where DLC is the default installation directory.
* OpenEdge.Mobile.TelerikPushNotificationAdmin API