SYProxyObjectsManager provides interface to obtain link to informations represented by proxy objets. More...
#import <SYProxyObjectsManager.h>
Class Methods | |
(nonnull SYTask *) | + loadPlaceLinkFrom:completion: |
Load reference to place. More... | |
(nonnull SYTask *) | + loadCityLinkFrom:completion: |
Load reference to city. More... | |
(nonnull SYTask *) | + loadIncidentLinkFrom:completion: |
Load reference to incident. More... | |
SYProxyObjectsManager provides interface to obtain link to informations represented by proxy objets.
+ (nonnull SYTask*) loadPlaceLinkFrom: | (nonnull SYProxyPlace *) | place | |
completion: | (nonnull void(^)(SYPlaceLink *_Nullable link, NSError *_Nullable error)) | completion | |
Load reference to place.
+ (nonnull SYTask*) loadCityLinkFrom: | (nonnull SYProxyCity *) | city | |
completion: | (nonnull void(^)(SYCityLink *_Nullable link, NSError *_Nullable error)) | completion | |
Load reference to city.
+ (nonnull SYTask*) loadIncidentLinkFrom: | (nonnull SYProxyIncident *) | incident | |
completion: | (nonnull void(^)(SYIncidentLink *_Nullable link, NSError *_Nullable error)) | completion | |
Load reference to incident.