GeofenceClientEvents
public protocol GeofenceClientEvents
Protocol that defines methods required for handling geofence events
-
Undocumented
Declaration
Swift
func createClientEventRegions(for location: CLLocation)
-
Undocumented
Declaration
Swift
func triggerClientEvent(in region: CLRegion, event: Place.ClientEventType)
-
Undocumented
Declaration
Swift
func sendLocalNotification(for offers: [Offer], withTitle title: String, andInterval fireDateInterval: TimeInterval, completion: ((Error?) -> Void)?)