Method | Description | |
---|---|---|
Create ( NotificationType type, string message, System.TimeSpan timeToLive ) : void | ||
CreateError ( string text ) : void | ||
CreateInformation ( |
||
CreateInformation ( string text ) : void | ||
CreateWarning ( string text ) : void | ||
Initialize ( ) : void | ||
NotificationService ( IDateTimeService dateTimeService, IApiService apiService, ISchedulerService schedulerService, ISettingsService settingsService, IStorageService storageService, IResourceService resourceService ) : System |
Method | Description | |
---|---|---|
Cleanup ( ) : void | ||
Delete ( IApiContext apiContext ) : void | ||
HandleApiStatusRequest ( object sender, |
||
SaveNotifications ( ) : void | ||
TryLoadNotifications ( ) : void |
public Create ( NotificationType type, string message, System.TimeSpan timeToLive ) : void | ||
type | NotificationType | |
message | string | |
timeToLive | System.TimeSpan | |
return | void |
public CreateInformation ( |
||
resourceId | ||
return | void |
public CreateInformation ( string text ) : void | ||
text | string | |
return | void |
public NotificationService ( IDateTimeService dateTimeService, IApiService apiService, ISchedulerService schedulerService, ISettingsService settingsService, IStorageService storageService, IResourceService resourceService ) : System | ||
dateTimeService | IDateTimeService | |
apiService | IApiService | |
schedulerService | ISchedulerService | |
settingsService | ISettingsService | |
storageService | IStorageService | |
resourceService | IResourceService | |
return | System |