Info
public enum Info
Encapsulates information associated with a region monitor event.
-
The error encountered in attempting to determine the region state.
Declaration
Swift
case error(Error, CLRegion)
-
The current region state.
Declaration
Swift
case regionState(CLRegionState, CLRegion)