Class SecureNativeOptions

java.lang.Object
com.securenative.config.SecureNativeOptions

public class SecureNativeOptions
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    SecureNativeOptions​(java.lang.String apiKey, java.lang.String apiUrl, int interval, int maxEvents, int timeout, boolean autoSend, boolean disable, java.lang.String logLevel, FailoverStrategy failoverStrategy)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getApiKey()  
    java.lang.String getApiUrl()  
    java.lang.Boolean getAutoSend()  
    java.lang.Boolean getDisabled()  
    FailoverStrategy getFailoverStrategy()  
    int getInterval()  
    java.lang.String getLogLevel()  
    int getMaxEvents()  
    int getTimeout()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait