Package ai.latta.recorder
Class LattaAPI
java.lang.Object
ai.latta.recorder.LattaAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionai.latta.recorder.LattaInstanceputInstance(String os, String osVersion, String lang, String device, String framework, String frameworkVersion) voidputSnapshot(ai.latta.recorder.LattaInstance instance, String message, String relationId, String relatedToRelationId)
-
Constructor Details
-
LattaAPI
-
-
Method Details
-
putInstance
public ai.latta.recorder.LattaInstance putInstance(String os, String osVersion, String lang, String device, String framework, String frameworkVersion) throws IOException - Throws:
IOException
-
putSnapshot
public void putSnapshot(ai.latta.recorder.LattaInstance instance, String message, String relationId, String relatedToRelationId) throws IOException - Throws:
IOException
-