Package-level declarations
Types
Link copied to clipboard
interface RoomContainer
The RoomContainer interface provides access to various databases used in the application.
Link copied to clipboard
The RoomContainerImpl class implements the RoomContainer interface and provides instances of different databases.
Link copied to clipboard
SvkRoomDatabase is the main database class for the Svk application. It extends RoomDatabase and defines entities and their corresponding Data Access Objects (DAOs).
Functions
Link copied to clipboard
Retrieves an encrypted preference using the specified key.
Link copied to clipboard
Removes an encrypted preference associated with the specified key.
Link copied to clipboard
Saves an encrypted preference using the specified key and preference.