Space SDK Package

Space SDK Package

  • Users
  • Storage
  • Space Docs

@spacehq/sdk > UserStorage > setNotificationsLastSeenAt

UserStorage.setNotificationsLastSeenAt() method

setNotificationsLastSeenAt sets the field so that .

Signature:

setNotificationsLastSeenAt(timestamp: number): Promise<void>;

Parameters

ParameterTypeDescription
timestampnumber

Returns:

Promise<void>

Example

const result = await spaceStorage.setNotificationsLastSeenAt(Date.now());

  • UserStorage.setNotificationsLastSeenAt() method
  • Parameters
  • Example
Space SDK Package
Docs
Getting StartedUsersStorage
Resources
All DocumentationProject SlackBlog
More
GitHubStar
Follow @spacestorage