Package 

Class DeliveryStop


  • @Serializable() 
    public final class DeliveryStop
    
                        

    A single stop on a route for in-SDK geofencing.

    When the host hands the SDK a list of these via DoorstepAI.startRouteGeofencing, the SDK fences each one and auto-starts a delivery session on geofence ENTER. The session is stopped on EXIT only ifDoorstepAI.markDropoff was called for the same deliveryId; otherwise the per-session timeout backstop cleans it up.

    Cross-platform parity: the shape mirrors the iOS DeliveryStop struct exactly.