Users

class Users

Class managing per-user settings of the backend

Types

Link copied to clipboard
interface GetUserCallback
Link copied to clipboard
class Response
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
operator fun get(callback: Users.GetUserCallback)

Gets the current information about the user from the backend.

Link copied to clipboard
fun setBirthday(birthday: Date, updateUserCallback: Users.UpdateUserCallback)

Sets the birthday of the user.

Link copied to clipboard
fun setConsent(version: String?)

Updates the given consent of a user

Link copied to clipboard