From Clomosy Docs
Please test it on a mobile device.
Notifications are messages sent by applications to convey information or provide a warning about something. The notification feature is a message sent to the notification center to be displayed in the designated notification area of the application, and it may vary depending on the platform.
SendNotification
function SendNotification(TitleStr, BodyStr, UserGUID :String):Boolean;
It is used to send a notification to a selected user in the project. In this feature, the GUID of the user to whom the notification should be sent must be entered as the last parameter.
Example
TRObject Syntax
Base Syntax
SendNotifyAllUsers
function SendNotifyAllUsers(TitleStr, BodyStr, WithoutUsers :String):Boolean;
It is used to send notifications to everyone except for specific individuals. In this feature, if there is a user who should not receive the notification, their GUID can be entered as the last parameter, enabling notifications to be sent to the others.
Example
TRObject Syntax
Base Syntax