UserSettings

@Entity
open class UserSettings

The UserSettings class represents the settings of the user

Author

N7ghtm4r3 - Tecknobit

Since

1.1.0

Constructors

Link copied to clipboard
constructor()
Constructor used to init the UserSettings class
constructor(owner: RefyUser, closeApplicationOnLinkOpen: Boolean)
Constructor used to init the UserSettings class

Properties

Link copied to clipboard
closeApplicationOnLinkOpen Whether the user requires to close the application when a link has been opened
Link copied to clipboard
DEFAULT_USER_SETTINGS The default settings value if the user did not change anything
Link copied to clipboard
val id: String
id The identifier of the user, owner of the settings
Link copied to clipboard
owner The owner of the settings

Functions

Link copied to clipboard