![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
#import <ThingSmartOutdoorCyclingService.h>
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... | |
Definition at line 49 of file ThingSmartOutdoorCyclingService.h.
| - (void) requestTripTrackStatisticWithDeviceId: | (NSString *) | devId | |
| startTime: | (double) | startTime | |
| endTime: | (double) | endTime | |
| completion: | (void(^)(ThingSmartOutdoorCycleRecordModel *record, NSError *error)) | completion | |
request track statistic between startTime and endTime
| - (void) requestTripTrackStatisticWithDeviceId: | (NSString *) | devId | |
| startTime: | (double) | startTime | |
| endTime: | (double) | endTime | |
| completion: | (void(^)(ThingSmartOutdoorCycleRecordModel *record, NSError *error)) | completion | |
request track statistic between startTime and endTime
| - (void) requestTripTrackWithDeviceId: | (NSString *) | devId | |
| size: | (NSInteger) | size | |
| completion: | (void(^)(NSArray< ThingSmartOutdoorCycleRecordModel * > *records, NSError *error)) | completion | |
request track record list
| - (void) requestTripTrackWithDeviceId: | (NSString *) | devId | |
| size: | (NSInteger) | size | |
| completion: | (void(^)(NSArray< ThingSmartOutdoorCycleRecordModel * > *records, NSError *error)) | completion | |
request track record list
| - (void) uploadLocatonWithDeviceId: | (NSString *) | devId | |
| productId: | (NSString *) | pid | |
| uploadModel: | (ThingSmartOutdoorLocationUploadModel *) | uploadModel | |
| completion: | (void(^)(BOOL success, NSError *error)) | completion | |
update cycling info for track record
| - (void) uploadLocatonWithDeviceId: | (NSString *) | devId | |
| productId: | (NSString *) | pid | |
| uploadModel: | (ThingSmartOutdoorLocationUploadModel *) | uploadModel | |
| completion: | (void(^)(BOOL success, NSError *error)) | completion | |
update cycling info for track record