toggle menu
Nudge
1.0.0-alpha01
common
switch theme
search in API
core
/
dev.teogor.nudge
/
NudgeModel
Nudge
Model
@
Stable
sealed
interface
NudgeModel
Inheritors
Standard
Customizable
Members
Types
Customizable
Link copied to clipboard
@
Immutable
data
class
Customizable
(
val
duration
:
Duration
=
Duration.Medium
,
val
style
:
Style
=
Style.Default
,
val
content
:
NudgeLayout
)
:
NudgeModel
Standard
Link copied to clipboard
@
Immutable
data
class
Standard
(
val
type
:
Type
,
val
title
:
String
,
val
description
:
String
?
=
null
,
val
actions
:
List
<
NudgeButton
>
=
emptyList()
,
val
duration
:
Duration
=
Duration.Medium
,
val
style
:
Style
=
Style.Default
)
:
NudgeModel
Properties
duration
Link copied to clipboard
abstract
val
duration
:
Duration
style
Link copied to clipboard
abstract
val
style
:
Style