Notifications.Library.Audio.Type ?
#1
Where exactly can i find the description of type "Notifications.Library.Audio.Type"

it apparently is a parameter of AudioLibrary.OnUpdate and AudioLibrary.OnRemove, but nothing to be found in the API doc.
Or am i reading this wrong?

{
"params": [
{
"name": "sender",
"required": true,
"type": "string"
},
{
"name": "data",
"properties": {
"id": {
"$ref": "Library.Id",
"required": true
},
"type": {
"$ref": "Notifications.Library.Audio.Type",
"required": true
}
},
"required": true,
"type": "object"
}
],
"description": "An audio item has been removed."
}
Reply

Logout Mark Read Team Forum Stats Members Help
Notifications.Library.Audio.Type ?0