C# Class Metrooz.Models.NotificationStream

Inheritance: Livet.NotificationObject
Show file Open project: namoshika/Metrooz Class Usage Examples

Public Methods

Method Description
AllMarkAsRead ( ) : Task
NotificationStream ( SunokoLibrary.Web.GooglePlus.NotificationInfoContainer notificationModel, Account account ) : SunokoLibrary.Web.GooglePlus
Update ( ) : Task

Method Details

AllMarkAsRead() public method

public AllMarkAsRead ( ) : Task
return Task

NotificationStream() public method

public NotificationStream ( SunokoLibrary.Web.GooglePlus.NotificationInfoContainer notificationModel, Account account ) : SunokoLibrary.Web.GooglePlus
notificationModel SunokoLibrary.Web.GooglePlus.NotificationInfoContainer
account Account
return SunokoLibrary.Web.GooglePlus

Update() public method

public Update ( ) : Task
return Task