You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -209,7 +213,7 @@ public enum LocationEventKind: String {
209
213
case exit ="exit"
210
214
}
211
215
212
-
publicenumLocationEvent{
216
+
publicenumLocationEvent:Equatable{
213
217
case reported(event:RegionEvent)
214
218
case uploadAttempted(event:RegionEvent, delay:TimeInterval) // The delay between reporting the event and an attempted upload. This is in seconds.
215
219
case uploadSuccessful(event:RegionEvent, delay:TimeInterval) // The delay between attempting the event upload and successfully completing the upload. This is in seconds.
0 commit comments