Tuya iOS Smart Life App SDK 5.15.0
ThingSmartOutdoorCyclingService Class Reference

#import <ThingSmartOutdoorCyclingService.h>

Inheritance diagram for ThingSmartOutdoorCyclingService:

Instance Methods

(void) - requestTripTrackWithDeviceId:size:completion:
 request track record list More...
 
(void) - requestTripTrackStatisticWithDeviceId:startTime:endTime:completion:
 request track statistic between startTime and endTime More...
 
(void) - uploadLocatonWithDeviceId:productId:uploadModel:completion:
 update cycling info for track record More...
 
(void) - requestTripTrackWithDeviceId:size:completion:
 request track record list More...
 
(void) - requestTripTrackStatisticWithDeviceId:startTime:endTime:completion:
 request track statistic between startTime and endTime More...
 
(void) - uploadLocatonWithDeviceId:productId:uploadModel:completion:
 update cycling info for track record More...
 

Detailed Description

Definition at line 49 of file ThingSmartOutdoorCyclingService.h.

Method Documentation

◆ requestTripTrackStatisticWithDeviceId:startTime:endTime:completion: [1/2]

- (void) requestTripTrackStatisticWithDeviceId: (NSString *)  devId
startTime: (double)  startTime
endTime: (double)  endTime
completion: (void(^)(ThingSmartOutdoorCycleRecordModel *record, NSError *error))  completion 

request track statistic between startTime and endTime

◆ requestTripTrackStatisticWithDeviceId:startTime:endTime:completion: [2/2]

- (void) requestTripTrackStatisticWithDeviceId: (NSString *)  devId
startTime: (double)  startTime
endTime: (double)  endTime
completion: (void(^)(ThingSmartOutdoorCycleRecordModel *record, NSError *error))  completion 

request track statistic between startTime and endTime

◆ requestTripTrackWithDeviceId:size:completion: [1/2]

- (void) requestTripTrackWithDeviceId: (NSString *)  devId
size: (NSInteger)  size
completion: (void(^)(NSArray< ThingSmartOutdoorCycleRecordModel * > *records, NSError *error))  completion 

request track record list

◆ requestTripTrackWithDeviceId:size:completion: [2/2]

- (void) requestTripTrackWithDeviceId: (NSString *)  devId
size: (NSInteger)  size
completion: (void(^)(NSArray< ThingSmartOutdoorCycleRecordModel * > *records, NSError *error))  completion 

request track record list

◆ uploadLocatonWithDeviceId:productId:uploadModel:completion: [1/2]

- (void) uploadLocatonWithDeviceId: (NSString *)  devId
productId: (NSString *)  pid
uploadModel: (ThingSmartOutdoorLocationUploadModel *)  uploadModel
completion: (void(^)(BOOL success, NSError *error))  completion 

update cycling info for track record

◆ uploadLocatonWithDeviceId:productId:uploadModel:completion: [2/2]

- (void) uploadLocatonWithDeviceId: (NSString *)  devId
productId: (NSString *)  pid
uploadModel: (ThingSmartOutdoorLocationUploadModel *)  uploadModel
completion: (void(^)(BOOL success, NSError *error))  completion 

update cycling info for track record


The documentation for this class was generated from the following files: