-
public final class GeofenceSessionEventEmitted on DoorstepAI.geofenceSessionEvents whenever the SDK auto-starts or auto-stops a delivery session in response to a geofence transition, so the host can update its UI without polling.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdeliveryIdprivate final GeofenceSessionEventTypetypeprivate final Stringreasonprivate final StringserverSessionId
-
Constructor Summary
Constructors Constructor Description GeofenceSessionEvent(String deliveryId, GeofenceSessionEventType type, String reason, String serverSessionId)
-
Method Summary
Modifier and Type Method Description final StringgetDeliveryId()final GeofenceSessionEventTypegetType()final StringgetReason()final StringgetServerSessionId()-
-
Constructor Detail
-
GeofenceSessionEvent
GeofenceSessionEvent(String deliveryId, GeofenceSessionEventType type, String reason, String serverSessionId)
-
-
Method Detail
-
getDeliveryId
final String getDeliveryId()
-
getType
final GeofenceSessionEventType getType()
-
getServerSessionId
final String getServerSessionId()
-
-
-
-