toggle menu
mobilesdk
androidJvm
switch theme
search in API
mobilesdk
/
com.confirmit.mobilesdk.database.domain
/
JourneyDb
Journey
Db
interface
JourneyDb
Members
Functions
cleanup
Journey
Link copied to clipboard
abstract
fun
cleanupJourney
(
serverId
:
String
,
guid
:
String
)
get
Deleted
List
Link copied to clipboard
abstract
fun
getDeletedList
(
serverId
:
String
)
:
List
<
String
>
get
Pending
Journey
Link copied to clipboard
abstract
fun
getPendingJourney
(
serverId
:
String
)
:
List
<
Journey
>
insert
Link copied to clipboard
abstract
fun
insert
(
serverId
:
String
,
journey
:
Journey
)
set
Update
Error
Link copied to clipboard
abstract
fun
setUpdateError
(
serverId
:
String
,
guid
:
String
)
set
Update
Progress
Link copied to clipboard
abstract
fun
setUpdateProgress
(
serverId
:
String
,
guid
:
String
)
set
Update
Success
Link copied to clipboard
abstract
fun
setUpdateSuccess
(
serverId
:
String
,
guid
:
String
)