public class Replay
extends java.lang.Object
| Constructor and Description |
|---|
Replay(int numberOfScreenshots,
int interval)
The timespan of the replay is calculated with numberOfScreenshots * tick.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addInteractionToCurrentReplay(Interaction interaction) |
void |
addScreenshot(android.graphics.Bitmap bitmap,
java.lang.String screenName) |
int |
getInterval() |
ScreenshotReplay[] |
getScreenshots() |
void |
reset() |
public Replay(int numberOfScreenshots,
int interval)
numberOfScreenshots - number of screenshots, after end reached, the old ones are overridden.interval - value in mspublic void addScreenshot(android.graphics.Bitmap bitmap,
java.lang.String screenName)
public void addInteractionToCurrentReplay(Interaction interaction)
public void reset()
public ScreenshotReplay[] getScreenshots()
public int getInterval()