Package com.securenative
Class ApiManagerImpl
- java.lang.Object
-
- com.securenative.ApiManagerImpl
-
- All Implemented Interfaces:
ApiManager
public class ApiManagerImpl extends java.lang.Object implements ApiManager
-
-
Constructor Summary
Constructors Constructor Description ApiManagerImpl(EventManager eventManager, SecureNativeOptions options)
-
Method Summary
Modifier and Type Method Description voidtrack(EventOptions eventOptions)VerifyResultverify(EventOptions eventOptions)
-
-
-
Field Detail
-
logger
public static final Logger logger
-
-
Constructor Detail
-
ApiManagerImpl
public ApiManagerImpl(EventManager eventManager, SecureNativeOptions options) throws SecureNativeSDKException
- Throws:
SecureNativeSDKException
-
-
Method Detail
-
track
public void track(EventOptions eventOptions)
- Specified by:
trackin interfaceApiManager
-
verify
public VerifyResult verify(EventOptions eventOptions)
- Specified by:
verifyin interfaceApiManager
-
-