public class SnEventManager extends Object implements EventManager
| Constructor and Description |
|---|
SnEventManager(String apiKey,
SecureNativeOptions options) |
| Modifier and Type | Method and Description |
|---|---|
SnEvent |
buildEvent(javax.servlet.http.HttpServletRequest request,
EventOptions options) |
void |
sendAsync(SnEvent event,
String url) |
ActionResult |
sendSync(SnEvent event,
String requestUrl) |
public SnEventManager(String apiKey, SecureNativeOptions options) throws Exception
Exceptionpublic SnEvent buildEvent(javax.servlet.http.HttpServletRequest request, EventOptions options)
buildEvent in interface EventManagerpublic ActionResult sendSync(SnEvent event, String requestUrl)
sendSync in interface EventManagerpublic void sendAsync(SnEvent event, String url)
sendAsync in interface EventManagerCopyright © 2019. All rights reserved.