Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
ILanguageInvoker.h File Reference
#include "addons/IAddon.h"
#include <memory>
#include <string>
#include <vector>

Classes

class  ILanguageInvoker
 

Typedefs

typedef std::shared_ptr< ILanguageInvokerLanguageInvokerPtr
 

Enumerations

enum  InvokerState {
  InvokerStateUninitialized , InvokerStateInitialized , InvokerStateRunning , InvokerStateStopping ,
  InvokerStateScriptDone , InvokerStateExecutionDone , InvokerStateFailed
}
 

Typedef Documentation

◆ LanguageInvokerPtr

typedef std::shared_ptr<ILanguageInvoker> LanguageInvokerPtr

Enumeration Type Documentation

◆ InvokerState

Enumerator
InvokerStateUninitialized 
InvokerStateInitialized 
InvokerStateRunning 
InvokerStateStopping 
InvokerStateScriptDone 
InvokerStateExecutionDone 
InvokerStateFailed