Connect Screen

The ConnectScreen class is useful to manage the authentication requests of the user

Author

N7ghtm4r3 - Tecknobit

See also

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Composable
open fun AddLinksButton(viewModel: LinksCollectionViewModelHelper, show: MutableState<Boolean>, links: List<RefyLink>, collection: LinksCollection, tint: Color)

Function to add links to a collection

@Composable
open fun AddLinksButton(viewModel: TeamViewModelHelper, show: MutableState<Boolean>, links: List<RefyLink>, team: Team, tint: Color)

Function to add links to a teams

Link copied to clipboard
@Composable
open fun DeleteLinkButton(viewModel: LinksViewModelHelper<RefyLink>, deleteLink: MutableState<Boolean>, link: RefyLink, tint: Color)

Function to delete a link

Link copied to clipboard
open fun openLink(link: RefyLink)
open fun openLink(link: String)

Function to open a link

Link copied to clipboard
@Composable
open fun ShareButton(link: RefyLink, snackbarHostState: SnackbarHostState)
@Composable
open fun ShareButton(link: RefyLink, snackbarHostState: SnackbarHostState, tint: Color)

Function to share a link outside the application

Link copied to clipboard
open fun shareLink(snackbarHostState: SnackbarHostState, link: RefyLink)

Function to share a link

Link copied to clipboard
@Composable
open override fun ShowContent()

Function to display the content of the screen

Link copied to clipboard
open fun showLinkReference(snackbarHostState: SnackbarHostState, link: RefyLink)

Function for the security view of a link

Link copied to clipboard
@Composable
open fun ViewLinkReferenceButton(snackbarHostState: SnackbarHostState, link: RefyLink)

Function to show the reference link for the secure view