mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
c4dc5621a3
* fix(ios): avoid replaying alert mutations * docs(alert): state the single-send rule once, without a backend qualifier --------- Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
19 lines
445 B
JSON
19 lines
445 B
JSON
[
|
|
{ "name": "default query", "command": { "command": "alert" }, "readOnly": true },
|
|
{
|
|
"name": "explicit query",
|
|
"command": { "command": "alert", "action": "get" },
|
|
"readOnly": true
|
|
},
|
|
{
|
|
"name": "accept mutates",
|
|
"command": { "command": "alert", "action": "accept" },
|
|
"readOnly": false
|
|
},
|
|
{
|
|
"name": "dismiss mutates",
|
|
"command": { "command": "alert", "action": "dismiss" },
|
|
"readOnly": false
|
|
}
|
|
]
|