-
TTGeofencingReportQueryBuilder
-
removed method:
-init
inTTGeofencingReportQueryBuilder
-
TTGeofencingReportQuery
-
removed method:
-init
inTTGeofencingReportQuery
-
TTGeofencingReportFenceDetails
-
removed method:
-init
inTTGeofencingReportFenceDetails
-
TTGeofencingReport
-
removed method:
-init
inTTGeofencingReport
-
TTGeofencingReportEntity
-
removed method:
-init
inTTGeofencingReportEntity
-
TTGeofencingReportService
-
new method:
-initWithKey:
inTTGeofencingReportService
-
TTGeofencingReportServiceDelegate
-
removed method:
-report:completedWithReport:
inTTGeofencingReportServiceDelegate
-
modified protocol:
TTGeofencingReportServiceDelegate
Type of change: | Declaration
-
From: `@protocol TTGeofencingReportServiceDelegate <NSObject> /** Method responsible to handle geofencing response when geofencing returns response. Within this callback user will obtain Response populated with Results. @param search Object type TTGeofencingReportService. @param response Object type TTGeofencingReport. */ - (void)report:(TTGeofencingReportService *_Nonnull)search completedWithReport:(TTGeofencingReport *_Nonnull)report; /** Method responsible to handle geofencing response when geofencing returns error. Within this callback user will obtain Throwable fail reason @param search Object type TTGeofencingReportService. @param error Object type TTResponseError. */ - (void)report:(TTGeofencingReportService *_Nonnull)search failedWithError:(TTResponseError *_Nonnull)error; @end` |
To: `@protocol TTGeofencingReportServiceDelegate <NSObject>` |
-
TTGeofencingReportSummary
-
removed method:
-init
inTTGeofencingReportSummary