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