klaviyo-android-sdk
1.0.0
1.1.0
1.0.1
1.0.0
androidJvm
fixtures
/
com.klaviyo.fixtures
/
StaticClock
/
ScheduledTask
Scheduled
Task
class
ScheduledTask
(
val
time
:
Long
,
val
task
:
(
)
->
Unit
)
Members
Constructors
Scheduled
Task
Link copied to clipboard
constructor
(
time
:
Long
,
task
:
(
)
->
Unit
)
Properties
task
Link copied to clipboard
val
task
:
(
)
->
Unit
time
Link copied to clipboard
val
time
:
Long