toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
contact
/
edu.stanford.spezi.modules.contact
Package-level
declarations
Types
Functions
Types
Contact
Composable
Test
Identifier
Link copied to clipboard
enum
ContactComposableTestIdentifier
:
Enum
<
ContactComposableTestIdentifier
>
Contacts
List
Test
Identifier
Link copied to clipboard
enum
ContactsListTestIdentifier
:
Enum
<
ContactsListTestIdentifier
>
Functions
Contact
Composable
Link copied to clipboard
@
Composable
fun
ContactComposable
(
contact
:
Contact
,
modifier
:
Modifier
=
Modifier
)
ContactView composable function to display contact information.
Contacts
List
Link copied to clipboard
@
Composable
fun
ContactsList
(
contacts
:
List
<
Contact
>
,
modifier
:
Modifier
=
Modifier
)