|
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
ProcessResponse (IHttpResponse) |
/** Processes a response from the Notification service. Creates and throws
a NotificationServiceError if necessary.
@param HttpResponse The result of the REST request.
@throws NotificationServiceError Throws an error if the return code is
not 200 or 204 */ |
|||||
|
Progress.Json.ObjectModel.JsonConstruct SendNotification (JsonObject) |
/** Sends a notification for a given payload. The payload may be built by one
of the methods in this class, or created by the PushNotificationMessageBuilder
class (which is also used internally).
This method performs the actual request to the Notification Service.
@param JsonObject The notification payload.
@return JsonConstruct The result of the request. Can be an object or array,
depending on success or failure. */ |
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
KinveyPushNotificationService (character) |
/** Constructor.
@param character An API key for this service. This is the base64-encoded username/password for HTTP Basic authorization */ |
|||||
|
KinveyPushNotificationService (character, character, Credentials) |
/** Factory method for retrieving an instance of the server.
@param URI A URI representing the notification server
@param character A (mandatory) ApplicationName representing the Kinvey
@param character A (mandatory) CustomEndpointName representing the Kinvey
@param Credentials The (mandatory) Credentials to authenticate */ |
|||||
|
KinveyPushNotificationService (URI, character) |
/** Constructor.
@param URI A URI representing the notification server
@param character An API key for this service. This is the base64-encoded username/password for HTTP Basic authorization. */ |
|||||
|
KinveyPushNotificationService (URI, Credentials) |
/** Constructor.
@param URI A URI representing the notification server
@param Credentials The (mandatory) Credentials to authenticate */ |
Top
ProcessResponse (IHttpResponse)
|
||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Progress.Json.ObjectModel.JsonConstruct SendNotification (JsonObject)
|
KinveyPushNotificationService (character)
|
|||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
KinveyPushNotificationService (character, character, Credentials)
|
|||||||||||||||||||||||
KinveyPushNotificationService (URI, character)
|
|||||||||||||||||||||||
KinveyPushNotificationService (URI, Credentials)
|
Progress® OpenEdge® Release 11.7.15