MMKRoadEventsEventInfoSession

@interface MMKRoadEventsEventInfoSession : NSObject

Session for requesting road event info.

Summary

Instance methods

- (void)retryWithResponseHandler:
    (nonnull MMKRoadEventsEventInfoSessionResponseHandler)responseHandler;

One of the following errors can happen: MRTNotFoundError, MRTNetworkError, MRTRemoteError

- (void)cancel;
Undocumented

Instance methods

retryWithResponseHandler:

- (void)retryWithResponseHandler:
    (nonnull MMKRoadEventsEventInfoSessionResponseHandler)responseHandler;

One of the following errors can happen: MRTNotFoundError, MRTNetworkError, MRTRemoteError.


cancel

- (void)cancel;

Undocumented