public class SecureNative extends Object
| Constructor | Description |
|---|---|
SecureNative(ModuleManager moduleManager,
SecureNativeOptions options) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
agentLogin() |
|
Boolean |
agentLogout() |
|
static SecureNativeContextBuilder |
contextBuilder() |
|
String |
getApiKey() |
|
SecureNativeOptions |
getOptions() |
|
VerifyResult |
risk(Event event) |
|
void |
startAgent() |
|
void |
stopAgent() |
public static final Logger logger
public SecureNative(ModuleManager moduleManager, SecureNativeOptions options) throws SecureNativeSDKException
SecureNativeSDKExceptionpublic Boolean agentLogout()
public void startAgent()
throws IOException,
SecureNativeParseException
public void stopAgent()
public String getApiKey()
public VerifyResult risk(Event event) throws IOException, SecureNativeParseException
public static SecureNativeContextBuilder contextBuilder()
public SecureNativeOptions getOptions()
Copyright © 2020. All rights reserved.