SendNotification
Sends push notifications to the mobile terminals, whose MetaQuotes IDs are specified in the "Notifications" tab.
bool SendNotification(
string text
); |
Parameters
text
[in] The text of the notification. The message length should not exceed 255 characters.
Return Value
•4515 – ERR_NOTIFICATION_SEND_FAILED,
•4516 – ERR_NOTIFICATION_WRONG_PARAMETER,
•4517 – ERR_NOTIFICATION_WRONG_SETTINGS,
•4518 – ERR_NOTIFICATION_TOO_FREQUENT.
Note