Package-level declarations

Types

Link copied to clipboard
class GliderLocalUser : EquinoxLocalUser

The GliderLocalUser class is useful to represent a user in the client application

Link copied to clipboard
class GliderRequester(host: String, userId: String?, var deviceId: String?, userToken: String?, debugMode: Boolean = false) : EquinoxRequester

The GliderRequester class is useful to communicate with Glider's backend

Link copied to clipboard
actual class KReviewer

The KReviewer class is useful to manage the biometric authentication

expect class KReviewer

The KReviewer class is useful to manage the biometric authentication

actual class KReviewer

The KReviewer class is useful to manage the biometric authentication

actual class KReviewer

The KReviewer class is useful to manage the biometric authentication

Properties

Link copied to clipboard
const val AUTH_SCREEN: String

AUTH_SCREEN -> route to navigate to the com.tecknobit.glider.ui.screens.auth.presenter.AuthScreen

Link copied to clipboard

EDIT_GENERATED_PASSWORD_SCREEN -> route to navigate to the com.tecknobit.glider.ui.screens.generate.presenter.GenerateScreenTab

Link copied to clipboard

EDIT_INSERTED_PASSWORD_SCREEN -> route to navigate to the com.tecknobit.glider.ui.screens.insert.presenter.InsertPasswordScreenTab

Link copied to clipboard
const val HOME_SCREEN: String

HOME_SCREEN -> route to navigate to the com.tecknobit.glider.ui.screens.home.presenter.HomeScreen

Link copied to clipboard

navigator -> the navigator instance is useful to manage the navigation between the screens of the application

Link copied to clipboard
const val SPLASHSCREEN: String

SPLASHSCREEN -> route to navigate to the com.tecknobit.glider.ui.screens.splashscreen.Splashscreen

Functions

Link copied to clipboard

Method used to navigate to the AuthScreen

Link copied to clipboard
fun navToEditPassword(password: Password)

Method used to navigate to edit the password based on its type

Link copied to clipboard
fun navToHome()

Method used to navigate to the HomeScreen

Link copied to clipboard

Method used to navigate to the Splashscreen