public class SecureNativeEventManager extends Object implements EventManager
| Constructor and Description |
|---|
SecureNativeEventManager(HttpClient httpClient,
SecureNativeOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
sendAsync(Event event,
String url,
Boolean retry) |
<T> T |
sendSync(Class<T> clazz,
Event event,
String url) |
void |
startEventsPersist() |
void |
stopEventsPersist() |
public SecureNativeEventManager(HttpClient httpClient, SecureNativeOptions options) throws SecureNativeSDKException
SecureNativeSDKExceptionpublic <T> T sendSync(Class<T> clazz, Event event, String url) throws IOException, SecureNativeParseException
sendSync in interface EventManagerIOExceptionSecureNativeParseExceptionpublic void sendAsync(Event event, String url, Boolean retry)
sendAsync in interface EventManagerpublic void startEventsPersist()
startEventsPersist in interface EventManagerpublic void stopEventsPersist()
stopEventsPersist in interface EventManagerCopyright © 2020. All rights reserved.