GitHub repository

Sygic Travel Android SDK

sdk / com.sygic.travel.sdk.events.facades / EventsFacade

EventsFacade

class EventsFacade

Events facade provides an centralized access point for subscribing to SDK's events.

Properties

Name Summary
sessionUpdateHandler var sessionUpdateHandler: (session:Session?) ->Unit
synchronizationCompletionHandler var synchronizationCompletionHandler: (result:SynchronizationResult) ->Unit
tripIdUpdateHandler var tripIdUpdateHandler: (oldTripId:String, newTripId:String) ->Unit
tripUpdateConflictHandler var tripUpdateConflictHandler: (conflictInfo:TripConflictInfo) ->TripConflictResolution