TTMSFNCCloudPushOver Class
Non-visual component that sends push notifications and validates recipients through the Pushover service.
API unit family: TMSFNCCloudPushOver
Inherits from: TTMSFNCCustomCloudPushOver
Syntax
TTMSFNCCloudPushOver = class(TTMSFNCCustomCloudPushOver)
Remarks
Set APIKey to the application token, then call one of the PushMessage overloads to deliver a notification.
Properties
| Name | Description |
|---|---|
| APIKey | Specifies the application token used to authenticate requests to the service. (inherited from TTMSFNCCustomCloudPushOver) |
Methods
| Name | Description |
|---|---|
| PushMessage | Sends a push notification with only a recipient and a message body. (inherited from TTMSFNCCustomCloudPushOver) |
| ValidateUser | Sends a request to verify whether the supplied user identifier is valid. (inherited from TTMSFNCCustomCloudPushOver) |
Events
| Name | Description |
|---|---|
| OnCheckUserValid | Occurs after a user validation request completes, reporting whether the user identifier is valid. (inherited from TTMSFNCCustomCloudPushOver) |
| OnPushError | Occurs when a push notification request fails. (inherited from TTMSFNCCustomCloudPushOver) |
| OnPushSucces | Occurs when a push notification request completes successfully. (inherited from TTMSFNCCustomCloudPushOver) |