Consists of interface for execution of requests.
All members of IRequestManager, including inherited members.
MethodsModifier and Type | Method | Description |
---|---|---|
public void | clearPendingRequests(ILogger, Context) | Clears all the persisted requests from database. |
public void | enablePerformanceLogging() | Enables performance logging for Core Services. |
public IConnectivityParameters | getConnectivityParameters() | Returns the ConnectivityParameters object containing the settings used by the Request library. |
public boolean | isPerformanceLoggingEnabled() | Returns whether the Performance Logging is enabled or not. |
public void | makeRequest(final IRequest) | Puts a request object into the RequestManager object. |
public void | makeRequest(final IBundleRequest) | Puts a bundle request object into the RequestManager object. |