XBMC
public enum XBMC
Dumping ground for very Kodi specific operations (Kodi Namespace)
-
getInfoBooleans(info:
Asynchronous) Retrieve info booleans about Kodi and the system (Kodi API)
Note
Unlike the ‘real Kodi API’, this function can only handle one info boolean at the time
Declaration
Swift
public static func getInfoBooleans(info: InfoBoolean) async -> Bool
Return Value
True or false for the
InfoBoolean
-
The Info Booleans
See moreDeclaration
Swift
public enum InfoBoolean : String