Method | Description | |
---|---|---|
DataService ( IStorageService storageService ) : djfoxer.dp.notification.Core | ||
GetFullBlogStatistics ( ) : Task |
||
GetNotifications ( ) : Task
|
||
Login ( string login, string password ) : Task |
||
Logout ( ) : void | ||
RefreshData ( ) : void | ||
RemoveNotyfication ( string notificationId ) : Task
|
||
SaveNotifications ( List |
||
SetNotificationAsOld ( string notificationId ) : Task
|
public DataService ( IStorageService storageService ) : djfoxer.dp.notification.Core | ||
storageService | IStorageService | |
return | djfoxer.dp.notification.Core |
public Login ( string login, string password ) : Task |
||
login | string | |
password | string | |
return | Task |
public RemoveNotyfication ( string notificationId ) : Task
|
||
notificationId | string | |
return | Task
|
public SaveNotifications ( List |
||
notifications | List |
|
return | List |
public SetNotificationAsOld ( string notificationId ) : Task
|
||
notificationId | string | |
return | Task
|