TTGeofencingReportServiceDelegate

Objective-C

@protocol TTGeofencingReportServiceDelegate <NSObject>

Swift

protocol TTGeofencingReportServiceDelegate : NSObjectProtocol

Public Preview

This is under Public Preview and subject to change by the end of 2020.12. More information is available at: https://developer.tomtom.com/public-preview

  • Method responsible to handle the geofencing response when geofencing returns the error. Within this callback the user will obtain a Throwable fail reason.

    Declaration

    Objective-C

    - (void)report:(TTGeofencingReportService *_Nonnull)search
        failedWithError:(id)error;

    Swift

    func report(_ search: TTGeofencingReportService, failedWithError error: Any!)

    Parameters

    search

    Object type TTGeofencingReportService.

    error

    Object type TTResponseError.