Interface DefaultDatasafeServices


This is Datasafe services default implementation. Note, that despite is has @Singleton annotation, it is not real singleton, the only shared thing across all services instantiated using build() is bindings with Singleton in its Module.
  • Method Details

    • privateService

      PrivateSpaceService privateService()
      Services to access users' privatespace.
    • inboxService

      InboxService inboxService()
      Services to access users' inbox.
    • userProfile

      ProfileOperations userProfile()
      Services to access users' profiles.