Package com.appliedrec.verid.ui2.sharing
Class SessionResultPackage
- java.lang.Object
-
- com.appliedrec.verid.ui2.sharing.SessionResultPackage
-
public class SessionResultPackage extends java.lang.Object
Session Result Package- Since:
- 2.0.0
-
-
Constructor Summary
Constructors Constructor Description SessionResultPackage(android.content.Context context, java.io.InputStream inputStream)
SessionResultPackage(VerID verID, VerIDSessionSettings settings, VerIDSessionResult result)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
archiveToStream(java.io.OutputStream outputStream)
Archive the package to an output streamEnvironmentSettings
getEnvironmentSettings()
VerIDSessionResult
getResult()
VerIDSessionSettings
getSettings()
-
-
-
Constructor Detail
-
SessionResultPackage
public SessionResultPackage(VerID verID, VerIDSessionSettings settings, VerIDSessionResult result) throws java.lang.Exception
Constructor- Parameters:
verID
- VerID instance that ran the sessionsettings
- Settings used by the sessionresult
- Session result- Throws:
java.lang.Exception
- Since:
- 2.0.0
-
SessionResultPackage
public SessionResultPackage(android.content.Context context, java.io.InputStream inputStream) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
getSettings
public VerIDSessionSettings getSettings()
-
getResult
public VerIDSessionResult getResult()
-
getEnvironmentSettings
public EnvironmentSettings getEnvironmentSettings()
-
archiveToStream
public void archiveToStream(java.io.OutputStream outputStream) throws java.io.IOException
Archive the package to an output stream- Parameters:
outputStream
- Stream into which to write the package- Throws:
java.io.IOException
- If the write fails- Since:
- 2.0.0
-
-