toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
onboarding
/
edu.stanford.spezi.module.onboarding.consent
/
ConsentAction
Consent
Action
sealed
interface
ConsentAction
Inheritors
TextFieldUpdate
AddPath
Undo
Consent
Members
Types
Add
Path
Link copied to clipboard
data
class
AddPath
(
val
path
:
Path
)
:
ConsentAction
Consent
Link copied to clipboard
data
object
Consent
:
ConsentAction
Text
Field
Update
Link copied to clipboard
data
class
TextFieldUpdate
(
val
newValue
:
String
,
val
type
:
TextFieldType
)
:
ConsentAction
Undo
Link copied to clipboard
data
object
Undo
:
ConsentAction