mobile-apps-fcm-push/functions/test/fixtures/legacy/presentation_options.json

35 lines
712 B
JSON

{
"input": {
"message": "test",
"data": {
"presentation_options": [
"alert",
"badge",
"sound"
]
},
"registration_info": {
"app_id": "io.robbie.HomeAssistant.dev",
"os_version": "10.15",
"app_version": "2021.5"
}
},
"rate_limit": true,
"headers": {
"apns-push-type": "alert"
},
"payload": {
"aps": {
"alert": {
"body": "test"
},
"sound": "default"
},
"presentation_options": [
"alert",
"badge",
"sound"
]
}
}