Info
public enum Info
Encapsulates information associated with a visit monitor event.
-
The error encountered in attempting to determine or update a visit.
Declaration
Swift
case error(Error)
-
The latest visit data.
Declaration
Swift
case visit(CLVisit)