#include <sbRemoteNotificationManager.h>
Public Types | |
| enum | ActionType { eNone = 0, eDownload = 1, eUpdatedWithItems = 2, eUpdatedWithPlaylists = 3, eEditedItems = 4, eEditedPlaylist = 5 } |
Public Member Functions | |
| NS_DECL_ISUPPORTS NS_DECL_NSITIMERCALLBACK | sbRemoteNotificationManager () |
| ~sbRemoteNotificationManager () | |
| nsresult | Init () |
| nsresult | Cancel () |
| nsresult | Action (ActionType aType, sbILibrary *aLibrary) |
Definition at line 40 of file sbRemoteNotificationManager.h.
| Enumerator | |
|---|---|
| eNone | |
| eDownload | |
| eUpdatedWithItems | |
| eUpdatedWithPlaylists | |
| eEditedItems | |
| eEditedPlaylist | |
Definition at line 43 of file sbRemoteNotificationManager.h.
| sbRemoteNotificationManager::sbRemoteNotificationManager | ( | ) |
Definition at line 58 of file sbRemoteNotificationManager.cpp.
| sbRemoteNotificationManager::~sbRemoteNotificationManager | ( | ) |
Definition at line 70 of file sbRemoteNotificationManager.cpp.
| nsresult sbRemoteNotificationManager::Action | ( | ActionType | aType, |
| sbILibrary * | aLibrary | ||
| ) |
Definition at line 121 of file sbRemoteNotificationManager.cpp.
| nsresult sbRemoteNotificationManager::Cancel | ( | ) |
Definition at line 109 of file sbRemoteNotificationManager.cpp.
| nsresult sbRemoteNotificationManager::Init | ( | ) |
Definition at line 76 of file sbRemoteNotificationManager.cpp.