/tripkit/TripKitDomain/com.skedgo.tripkit.analytics/MarkTripAsPlannedWithUserInfo
MarkTripAsPlannedWithUserInfo
[jvm]\ interface MarkTripAsPlannedWithUserInfo
Example use-case: Mark a trip as planned, and then later, get push notifications about alerts relevant to the trip, or about ride sharing opportunities.
Functions
| Name | Summary |
|---|---|
| execute | [jvm] abstract fun execute(plannedUrl: String, userInfo: MutableMap<String, Any>): Observable<Unit> |