@spacehq/sdk > UserStorage > setNotificationsLastSeenAt
UserStorage.setNotificationsLastSeenAt() method
setNotificationsLastSeenAt sets the field so that .
Signature:
setNotificationsLastSeenAt(timestamp: number): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
timestamp | number |
Returns:
Promise<void>
Example
const result = await spaceStorage.setNotificationsLastSeenAt(Date.now());