Notifications
public enum Notifications
Notifications related items (Global Kodi Type)
-
Notification item {Global Kodi Type)
Not all notice details are that interesting. For example, a notification for
Player.OnPropertyChanged
will just give the changed property, so that means that every property has to be checked for the one that is changed. Better just get all the properties withPlayer.GetProperties
.Also, a library item can have it’s ID on different placed in the JSON. The decoder for this struct will check all placed and just put it in the ‘root’ of the struct.
See moreDeclaration
Swift
struct Item : Decodable, Equatable
-
Kodi notifications we can receive (SwiftlyKodi Type)
See moreDeclaration
Swift
public enum Method : String, Decodable