Package com.appliedrec.verid.core2.auth
Interface IReporter
-
- All Superinterfaces:
ISDKAuth
- All Known Implementing Classes:
SDKLicenceUtility
,SpiralSDKAuth
@RestrictTo(LIBRARY_GROUP) public interface IReporter extends ISDKAuth
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sendSessionReport(com.appliedrec.verid.core2.auth.SessionReport<? super VerIDSessionSettings> sessionReport)
-
Methods inherited from interface com.appliedrec.verid.core2.auth.ISDKAuth
authenticate, authorize, isAuthenticated, isAuthorized
-
-
-
-
Method Detail
-
sendSessionReport
@RestrictTo(LIBRARY_GROUP) void sendSessionReport(com.appliedrec.verid.core2.auth.SessionReport<? super VerIDSessionSettings> sessionReport)
-
-