-
TTGeofencingReportEntity
-
new property:
properties
inTTGeofencingReportEntity
-
removed method:
-init
inTTGeofencingReportEntity
-
TTGeofencingReportSummary
-
removed method:
-init
inTTGeofencingReportSummary
-
modified property:
point
inTTGeofencingReportSummary
Type of change: | Declaration
-
From: `@property (nonatomic, strong, readonly) TTLocation* _Nonnull point` |
To: `@property(nonatomic, strong, readonly) TTLocation *_Nonnull point` |
-
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>` |
-
TTGeofencingReportFenceDetails
-
removed method:
-init
inTTGeofencingReportFenceDetails
-
modified property:
closestPoint
inTTGeofencingReportFenceDetails
Type of change: | Declaration
-
From: `@property (nonatomic, strong, readonly) TTLocation* _Nonnull closestPoint` |
To: `@property(nonatomic, strong, readonly) TTLocation *_Nonnull closestPoint` |
-
TTGeofencingReportQuery
-
removed method:
-init
inTTGeofencingReportQuery
-
TTGeofencingReportQueryBuilder
-
new method:
-withHTTPHeaders:
inTTGeofencingReportQueryBuilder
-
removed method:
-init
inTTGeofencingReportQueryBuilder
-
TTGeofencingReportService
-
new method:
-initWithKey:
inTTGeofencingReportService
-
removed method:
-cancel
inTTGeofencingReportService
-
modified class:
TTGeofencingReportService
Type of change: | Swift declaration
-
From: `class TTGeofencingReportService : NSObject` |
To: `class TTGeofencingReportService` |
-
TTGeofencingReport
-
new method:
-HTTPHeaders
inTTGeofencingReport
-
removed method:
-init
inTTGeofencingReport