TTMSFNCCloudPushOver
Usage
TTMSFNCCloudPushOVer is a component that sends push messages to the PushOver client running on iOS devices. This service allows to send free messages to one or more devices with the PushOver client from a Windows application.
API Key
Properties
Property name |
Description |
PushOverMessage: TTMSFNCCloudPushOverMessage |
Class property giving access to all settings associated with a PushOver message |
Methods
Method name |
Description |
PushMessage(AUser, AMessage: string) |
Sends a simple text message to user with PushOver ID AUser |
PushMessage(AUser, ATitle, AMessage: string) |
Sends a simple text message to user with PushOver ID AUser |
PushMessage(AUser, ADevice, ATitle, AMessage: string) |
Sends a simple title and text message to device ADevice belonging to user with PushOver ID AUser |
PushMessage(AMessage: TTMSFNCCloudPushOverMessage) |
Sends a message with all properties as defined by AMessage. |
ValidateUser(AUser: string) |
Validates the Provided UserID |
Events
Event name |
Description |
OnPushSucces |
Event fired when the message has been pushed successfully |
OnPushError |
Event Fired when an error occurred while sending the push notification |
OnCheckUserValid |
Returns true if the UserID is a valid one |