Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
IStorageEventsCallback Class Referenceabstract

#include <IStorageProvider.h>

Inheritance diagram for IStorageEventsCallback:
CMediaManager

Public Member Functions

virtual ~IStorageEventsCallback ()=default
 
virtual void OnStorageAdded (const std::string &label, const std::string &path)=0
 
virtual void OnStorageSafelyRemoved (const std::string &label)=0
 
virtual void OnStorageUnsafelyRemoved (const std::string &label)=0
 

Constructor & Destructor Documentation

◆ ~IStorageEventsCallback()

virtual IStorageEventsCallback::~IStorageEventsCallback ( )
virtualdefault

Member Function Documentation

◆ OnStorageAdded()

virtual void IStorageEventsCallback::OnStorageAdded ( const std::string &  label,
const std::string &  path 
)
pure virtual

Implemented in CMediaManager.

◆ OnStorageSafelyRemoved()

virtual void IStorageEventsCallback::OnStorageSafelyRemoved ( const std::string &  label)
pure virtual

Implemented in CMediaManager.

◆ OnStorageUnsafelyRemoved()

virtual void IStorageEventsCallback::OnStorageUnsafelyRemoved ( const std::string &  label)
pure virtual

Implemented in CMediaManager.


The documentation for this class was generated from the following file: