-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevent_core.json
119 lines (119 loc) · 2.16 KB
/
event_core.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"trigger" : [
"click",
"display",
"scroll",
"timer"
],
"label" : "{{primary label of the element}}",
"component" : [
"button",
"card",
"hyperlink",
"input",
"list",
"media",
"modal",
"navigation",
"notification",
"rating",
"screen",
"search",
"selection_control"
],
"component_event" : [
"button_click",
"card_flip",
"card_select",
"card_state",
"checkbox_select",
"hyperlink_click",
"input_exit",
"list_select",
"list_state",
"list_view",
"media_interaction",
"modal_dismiss",
"modal_display",
"modal_select",
"navigation_select",
"navigation_state",
"notification_dismiss",
"notification_display",
"notification_select",
"radio_select",
"screen_view",
"search_filter",
"search_initiate",
"search_result_select",
"slider_adjust",
"switch_select"
],
"non_interaction" : [
true,
false
],
"intent" : [
"camera",
"microphone",
"location",
"map",
"media",
"messaging",
"navigation",
"share",
"storage",
"telephone",
"purchase",
"setting"
],
"start_state" : [
"active",
"inactive",
"loading",
"focus",
"error",
"warning",
"visible",
"hidden",
"expanded",
"collapsed",
"empty",
"filled"
],
"end_state" : [
"active",
"inactive",
"loading",
"focus",
"error",
"warning",
"visible",
"hidden",
"expanded",
"collapsed",
"empty",
"filled"
],
"media_type" : [
"audio",
"video"
],
"media_interaction_type" : [
"play",
"pause",
"resume",
"replay",
"fast_forward",
"rewind",
"slower",
"faster",
"record"
],
"search_properties" : {
"location" : ["{{input term}}","<empty>",null],
"radius" : ["{{integer}}",null],
"is_open_now" : [true, false, null]
},
"version" : 1.0
}