SYIncidentsManager Class Reference

#import <SYIncidentsManager.h>

Inheritance diagram for SYIncidentsManager:
Collaboration diagram for SYIncidentsManager:

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...
 

Method Documentation

◆ loadIncident:withCompletion:

+ (nonnull SYTask*) loadIncident: (nonnull SYIncidentLink *)  link
withCompletion: (nonnull void(^)(SYIncident *_Nullable incident, NSError *_Nullable error))  completion 

Load incident detail information about map POI object.

◆ loadExternalIncidentId:withCompletion:

+ (nonnull SYTask*) loadExternalIncidentId: (nonnull SYIncidentLink *)  link
withCompletion: (nonnull void(^)(NSData *_Nullable id, NSError *_Nullable error))  completion 

Load external incident id.

◆ loadExternalIncidentIds:withCompletion:

+ (nonnull SYTask*) loadExternalIncidentIds: (nonnull NSArray< SYIncidentLink * > *)  links
withCompletion: (nonnull void(^)(NSArray< NSData * > *_Nullable ids, NSError *_Nullable error))  completion 

Load external incident ids.


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