Event
enum Event : String, Codable, Equatable, Hashable, CaseIterable
STLocationRequestEvent Enum for events in the delegate Method locationRequestControllerDidChange
-
The user authorized the location request
Declaration
Swift
case locationRequestAuthorized -
The user denied the location request
Declaration
Swift
case locationRequestDenied -
The user tapped the
Not now
-ButtonDeclaration
Swift
case notNowButtonTapped -
The STLocationRequestController did presented
Declaration
Swift
case didPresented -
The STLocationRequestController did disappear
Declaration
Swift
case didDisappear
View on GitHub
Event Enumeration Reference