Uses of Class
com.securenative.config.SecureNativeOptions
-
Packages that use SecureNativeOptions Package Description com.securenative com.securenative.config com.securenative.http com.securenative.models -
-
Uses of SecureNativeOptions in com.securenative
Methods in com.securenative that return SecureNativeOptions Modifier and Type Method Description SecureNativeOptionsSecureNative. getOptions()Methods in com.securenative with parameters of type SecureNativeOptions Modifier and Type Method Description static SecureNativeSecureNative. init(SecureNativeOptions options)Constructors in com.securenative with parameters of type SecureNativeOptions Constructor Description ApiManagerImpl(EventManager eventManager, SecureNativeOptions options)SecureNativeEventManager(HttpClient httpClient, SecureNativeOptions options) -
Uses of SecureNativeOptions in com.securenative.config
Methods in com.securenative.config that return SecureNativeOptions Modifier and Type Method Description SecureNativeOptionsSecureNativeConfigurationBuilder. build()static SecureNativeOptionsConfigurationManager. loadConfig() -
Uses of SecureNativeOptions in com.securenative.http
Constructors in com.securenative.http with parameters of type SecureNativeOptions Constructor Description SecureNativeHTTPClient(SecureNativeOptions options) -
Uses of SecureNativeOptions in com.securenative.models
Constructors in com.securenative.models with parameters of type SecureNativeOptions Constructor Description SDKEvent(EventOptions event, SecureNativeOptions options)
-