/tripkit/TripKitDomain/com.skedgo.tripkit.analytics/MarkTripAsPlannedWithUserInfo/execute
execute
[jvm]\ abstract fun execute(plannedUrl: String, userInfo: MutableMap<String, Any>): Observable<Unit>
Parameters
jvm
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. |