Graph API-Version

Application Codeless Event Mappings

Wird gelesen

Diese Handlung kann auf diesem Endpunkt nicht durchgeführt werden.

Wird erstellt

You can make a POST request to codeless_event_mappings edge from the following paths:
When posting to this edge, an Application will be created.

Parameter

ParameterBeschreibung
mappings
array<JSON object>

The event to UI component mappings of the app

erforderlich
method
enum {INFERENCE, MANUAL, CONFIRMED_INFERENCE, BUTTON_INDEXING, UNKNOWN}

method

erforderlich
event_name
string

event_name

erforderlich
event_type
enum {CLICK, SELECTED, TEXT_CHANGED}

event_type

erforderlich
app_version
string

app_version

erforderlich
parameters
array<JSON object>

parameters

name
string

name

erforderlich
path
array<JSON object>

path

erforderlich
class_name
string

class_name

erforderlich
index
int64

index

erforderlich
id
int64

id

text
string

text

tag
string

tag

description
string

description

hint
string

hint

match_bitmask
int64

match_bitmask

path_type
enum {ABSOLUTE, RELATIVE}
Standardwert: "ABSOLUTE"

path_type

component_id
string

component_id

erforderlich
path
array<JSON object>

path

erforderlich
class_name
string

class_name

erforderlich
index
int64

index

erforderlich
id
int64

id

text
string

text

tag
string

tag

description
string

description

hint
string

hint

match_bitmask
int64

match_bitmask

component_id
string

component_id

erforderlich
path_type
enum {ABSOLUTE, RELATIVE}
Standardwert: "ABSOLUTE"

path_type

screenshot_handle
string

screenshot_handle

dimensions
array<JSON object>

dimensions

top
int64

top

erforderlich
left
int64

left

erforderlich
width
int64

width

erforderlich
height
int64

height

erforderlich
activity_name
string

activity_name

mutation_method
enum {REPLACE, ADD, DELETE}

Detailed mutation type like replace, add

erforderlich
platform
enum {ANDROID, IOS}

The platform of the app being indexed

erforderlich
post_method
enum {EYMT, CODELESS}
Standardwert: "CODELESS"

Whether the api is called by codeless or EYMT

Rückgabetyp

Struct {
num_updated: int32,
num_invalid: int32,
}

Error Codes

FehlerBeschreibung
100Invalid parameter

Wird aktualisiert

Diese Handlung kann auf diesem Endpunkt nicht durchgeführt werden.

Wird gelöscht

Diese Handlung kann auf diesem Endpunkt nicht durchgeführt werden.