toggle menu
mobilesdk
androidJvm
switch theme
search in API
mobilesdk
/
com.confirmit.mobilesdk.database.domain
/
ActiveJourneyDb
Active
Journey
Db
interface
ActiveJourneyDb
Members
Functions
cleanup
Active
Journey
Link copied to clipboard
abstract
fun
cleanupActiveJourney
(
serverId
:
String
,
guid
:
String
)
create
Or
Update
Link copied to clipboard
abstract
fun
createOrUpdate
(
serverId
:
String
,
journey
:
ActiveJourney
,
active
:
Boolean
)
get
Active
Link copied to clipboard
abstract
fun
getActive
(
serverId
:
String
)
:
List
<
ActiveJourney
>
get
Deleted
List
Link copied to clipboard
abstract
fun
getDeletedList
(
serverId
:
String
)
:
List
<
String
>