iAdvize Android SDK
androidJvm
iAdvize Android SDK
/
com.iadvize.conversation.sdk.utility
/
PeriodicFlowService
Periodic
Flow
Service
abstract
class
PeriodicFlowService
(
val
name
:
String
,
val
initialDelayInSeconds
:
Long
,
val
intervalInSeconds
:
Long
)
Members
Constructors
Periodic
Flow
Service
Link copied to clipboard
constructor
(
name
:
String
,
initialDelayInSeconds
:
Long
,
intervalInSeconds
:
Long
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
initial
Delay
In
Seconds
Link copied to clipboard
val
initialDelayInSeconds
:
Long
interval
In
Seconds
Link copied to clipboard
val
intervalInSeconds
:
Long
name
Link copied to clipboard
val
name
:
String
Functions
start
Link copied to clipboard
fun
start
(
)
stop
Link copied to clipboard
fun
stop
(
)
tick
Link copied to clipboard
abstract
fun
tick
(
)