tripkit-android / com.skedgo.tripkit.analytics / MarkTripAsPlannedWithUserInfo / execute
execute
abstract fun execute(plannedUrl:
String
, userInfo:
MutableMap
<
String
,
Any
>): Completable
Parameters
userInfo
- This parameter is to optionally attach a kind of arbitrary data
which represents user preferences. userInfo
must be able to be serialized to JSON.