mappings
array<JSON object> | The event to UI component mappings of the app
Obligatorio |
method
enum {INFERENCE, MANUAL, CONFIRMED_INFERENCE, BUTTON_INDEXING, UNKNOWN} | Obligatorio |
event_name
string | Obligatorio |
event_type
enum {CLICK, SELECTED, TEXT_CHANGED} | Obligatorio |
app_version
string | Obligatorio |
parameters
array<JSON object> | |
name
string | Obligatorio |
path
array<JSON object> | Obligatorio |
class_name
string | Obligatorio |
index
int64 | Obligatorio |
id
int64 | |
text
string | |
tag
string | |
description
string | |
hint
string | |
match_bitmask
int64 | |
path_type
enum {ABSOLUTE, RELATIVE} | Valor predeterminado: "ABSOLUTE" |
component_id
string | Obligatorio |
path
array<JSON object> | Obligatorio |
class_name
string | Obligatorio |
index
int64 | Obligatorio |
id
int64 | |
text
string | |
tag
string | |
description
string | |
hint
string | |
match_bitmask
int64 | |
component_id
string | Obligatorio |
path_type
enum {ABSOLUTE, RELATIVE} | Valor predeterminado: "ABSOLUTE" |
screenshot_handle
string | |
dimensions
array<JSON object> | |
top
int64 | Obligatorio |
left
int64 | Obligatorio |
width
int64 | Obligatorio |
height
int64 | Obligatorio |
activity_name
string | |
mutation_method
enum {REPLACE, ADD, DELETE} | Detailed mutation type like replace, add
Obligatorio |
platform
enum {ANDROID, IOS} | The platform of the app being indexed
Obligatorio |
post_method
enum {EYMT, CODELESS} | Valor predeterminado: "CODELESS" Whether the api is called by codeless or EYMT
|