abn.SetOsRead
This job marks an object as read for a user — analogous to abn.SetOsInformed for subscription notifications, but for the read marker meaning "user has seen / opened the object".
|
This job is not listed in the official enaio® abn engine overview. This description was reconstructed from the call code of the |
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Reserved; always pass |
|
INT | INT64 |
Yes |
Timestamp of the first visit as Unix epoch seconds. Transmitted as 32-bit or 64-bit integer depending on the value range. |
|
INT |
Yes |
Numeric ID of the object being marked as read. |
|
INT |
Yes |
Numeric ID of the object type. |
|
INT |
Yes |
Numeric ID of the user for whom the marker is set. |
|
INT |
Yes |
User identifier (populated identically to |
3. See Also
-
abn.ResetOsRead — removes the read marker
-
abn.SetOsInformed — sets the informed marker for subscription notifications
-
abn.ResetOsInformed — removes the informed marker