LocationHelperDelegate
public protocol LocationHelperDelegate : AnyObject
LocationHelperDelegate is used to perform an action when an action happens.
Version
1.5.0Date
07/09/2019-
An error occurs.
Declaration
Swift
func locationHelper(_ locationHelper: LocationHelper, didCatchError error: String)Parameters
errorThe detail of the error.
-
locationHelper(_:Default implementationdidAuthorizeAlwaysAuthorization: ) Always authorization has been decided.
Default Implementation
Declaration
Swift
func locationHelper(_ locationHelper: LocationHelper, didAuthorizeAlwaysAuthorization isAuthorized: Bool)Parameters
isAuthorizedWhether the authorization has been granted or not.
-
locationHelper(_:Default implementationdidAuthorizeWhenInUseAuthorization: ) When in use authorization has been decided.
Default Implementation
Declaration
Swift
func locationHelper(_ locationHelper: LocationHelper, didAuthorizeWhenInUseAuthorization isAuthorized: Bool)Parameters
isAuthorizedWhether the authorization has been granted or not.
LocationHelperDelegate Protocol Reference