Method | Description | |
---|---|---|
GetNotificationAsync ( string notificationId ) : Task |
Get a specific notification
|
|
GetNotificationsAsync ( bool onlyShowNew = true ) : Task |
Get a list of all notifications from the authorized account
|
|
NotifcationEndpoint ( Imgur imgur ) : System |
|
|
SetNotificationViewedAsync ( string notificationId ) : Task |
Marks a notification as viewed, this way it no longer shows up in the basic notification request
|
public GetNotificationAsync ( string notificationId ) : Task |
||
notificationId | string | The notification to get data for |
return | Task |
public GetNotificationsAsync ( bool onlyShowNew = true ) : Task |
||
onlyShowNew | bool | Only retrieve new notifications (un-viewed) |
return | Task |
public NotifcationEndpoint ( Imgur imgur ) : System | ||
imgur | Imgur | |
return | System |
public SetNotificationViewedAsync ( string notificationId ) : Task |
||
notificationId | string | The notification to mark as viewed |
return | Task |