public static class MatchWindowData.Options extends Object
| Constructor and Description |
|---|
Options(String name,
Trigger[] userInputs,
boolean replaceLast,
boolean ignoreMismatch,
boolean ignoreMatch,
boolean forceMismatch,
boolean forceMatch,
ImageMatchSettings imageMatchSettings,
String source,
String variantId,
String renderId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getForceMatch() |
boolean |
getForceMismatch() |
boolean |
getIgnoreMatch() |
boolean |
getIgnoreMismatch() |
ImageMatchSettings |
getImageMatchSettings() |
String |
getName() |
String |
getRenderId() |
boolean |
getReplaceLast() |
String |
getSource() |
Trigger[] |
getUserInputs() |
String |
getVariantId() |
public Options(String name, Trigger[] userInputs, boolean replaceLast, boolean ignoreMismatch, boolean ignoreMatch, boolean forceMismatch, boolean forceMatch, ImageMatchSettings imageMatchSettings, String source, String variantId, String renderId)
name - The tag of the window to be matched.userInputs - A list of triggers between the previous matchWindow
call and the current matchWindow call. Can be array
of size 0, but MUST NOT be null.ignoreMismatch - Tells the server whether or not to store
a mismatch for the current window as window in
the session.ignoreMatch - Tells the server whether or not to store
a match for the current window as window in
the session.forceMismatch - Forces the server to skip the comparison
process and mark the current window
as a mismatch.forceMatch - Forces the server to skip the comparison
process and mark the current window
as a match.imageMatchSettings - Settings specifying how the server should compare the image.public String getName()
public Trigger[] getUserInputs()
public boolean getReplaceLast()
public boolean getIgnoreMismatch()
public boolean getIgnoreMatch()
public boolean getForceMismatch()
public boolean getForceMatch()
public ImageMatchSettings getImageMatchSettings()
public String getSource()
public String getRenderId()
public String getVariantId()
Copyright © 2022. All rights reserved.