public class SecureNativeOptions extends Object
| Constructor and Description |
|---|
SecureNativeOptions() |
SecureNativeOptions(String apiKey,
String apiUrl,
int interval,
long maxEvents,
int timeout,
boolean autoSend) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
String |
getApiUrl() |
int |
getInterval() |
long |
getMaxEvents() |
int |
getTimeout() |
Boolean |
isAutoSend() |
void |
setApiKey(String apiKey) |
void |
setApiUrl(String apiUrl) |
void |
setAutoSend(Boolean autoSend) |
void |
setInterval(int interval) |
void |
setMaxEvents(long maxEvents) |
void |
setTimeout(int timeout) |
public String getApiKey()
public void setApiKey(String apiKey)
public String getApiUrl()
public void setApiUrl(String apiUrl)
public int getInterval()
public void setInterval(int interval)
public long getMaxEvents()
public void setMaxEvents(long maxEvents)
public int getTimeout()
public void setTimeout(int timeout)
public Boolean isAutoSend()
public void setAutoSend(Boolean autoSend)
Copyright © 2019. All rights reserved.