new GoBrain.Pdk.Mappers.Qvp.Notification()
GoBrain.Pdk/src/mappers/qvp/notifications.js, line 1
Maps Qvp notifications to GoBrain Dtos.
Maps Qvp notifications to GoBrain Dtos.
Extends
Methods
-
map(notification, playbackItem){Object}
GoBrain.Pdk/src/mappers/qvp/notifications.js, line 24Maps Qvp notifications to GoBrain Dtos.
-
Maps Qvp notifications to GoBrain Dtos.
Name Type Description notificationObject The notification to map.
playbackItemGoBrain.Dtos.PlaybackItem The playbackItem that the notification is for.
Returns:
Name Type Description mappedObject The mapped data. Name Type Description playbackItemGoBrain.Dtos.PlaybackItem The updated playbackItem. changesObject A description of the changes for the notification. Name Type Description keyString A unique key identifying the type of change. dataObject The data of the change.