#import <SYIncidentsManager.h>


Class Methods | |
| (nonnull SYTask *) | + loadIncident:withCompletion: |
| Load incident detail information about map POI object. More... | |
| (nonnull SYTask *) | + loadExternalIncidentId:withCompletion: |
| Load external incident id. More... | |
| (nonnull SYTask *) | + loadExternalIncidentIds:withCompletion: |
| Load external incident ids. More... | |
| + (nonnull SYTask*) loadExternalIncidentId: | (nonnull SYIncidentLink *) | link | |
| withCompletion: | (nonnull void(^)(NSData *_Nullable id, NSError *_Nullable error)) | completion | |
Load external incident id.
| + (nonnull SYTask*) loadExternalIncidentIds: | (nonnull NSArray< SYIncidentLink * > *) | links | |
| withCompletion: | (nonnull void(^)(NSArray< NSData * > *_Nullable ids, NSError *_Nullable error)) | completion | |
Load external incident ids.
| + (nonnull SYTask*) loadIncident: | (nonnull SYIncidentLink *) | link | |
| withCompletion: | (nonnull void(^)(SYIncident *_Nullable incident, NSError *_Nullable error)) | completion | |
Load incident detail information about map POI object.