C# Class Kippt.KipptNotification

Datei anzeigen Open project: Haythem/Kippt.NET

Private Properties

Property Type Description

Public Methods

Method Description
GetNotifications ( KipptClient client ) : KipptNotificationCollection

Returns a collection of notifications.

GetNotifications ( KipptClient client, int limit ) : KipptNotificationCollection

Returns a collection of notifications.

GetNotifications ( KipptClient client, int limit, int offset ) : KipptNotificationCollection

Returns a collection of notifications.

GetNotificationsAsync ( KipptClient client ) : void

Returns a collection of notifications.

GetNotificationsAsync ( KipptClient client, int limit ) : void

Returns a collection of notifications.

GetNotificationsAsync ( KipptClient client, int limit, int offset ) : void

Returns a collection of notifications.

MarkNotificationsAsSeen ( KipptClient client ) : void

Mark all notifications as seen.

MarkNotificationsAsSeenAsync ( KipptClient client ) : void

Mark all notifications as seen.

Method Details

GetNotifications() public static method

Returns a collection of notifications.
public static GetNotifications ( KipptClient client ) : KipptNotificationCollection
client KipptClient instance.
return KipptNotificationCollection

GetNotifications() public static method

Returns a collection of notifications.
public static GetNotifications ( KipptClient client, int limit ) : KipptNotificationCollection
client KipptClient instance.
limit int End index.
return KipptNotificationCollection

GetNotifications() public static method

Returns a collection of notifications.
public static GetNotifications ( KipptClient client, int limit, int offset ) : KipptNotificationCollection
client KipptClient instance.
limit int End index.
offset int Start index.
return KipptNotificationCollection

GetNotificationsAsync() public static method

Returns a collection of notifications.
public static GetNotificationsAsync ( KipptClient client ) : void
client KipptClient instance.
return void

GetNotificationsAsync() public static method

Returns a collection of notifications.
public static GetNotificationsAsync ( KipptClient client, int limit ) : void
client KipptClient instance.
limit int End index.
return void

GetNotificationsAsync() public static method

Returns a collection of notifications.
public static GetNotificationsAsync ( KipptClient client, int limit, int offset ) : void
client KipptClient instance.
limit int End index.
offset int Start index.
return void

MarkNotificationsAsSeen() public static method

Mark all notifications as seen.
public static MarkNotificationsAsSeen ( KipptClient client ) : void
client KipptClient instance.
return void

MarkNotificationsAsSeenAsync() public static method

Mark all notifications as seen.
public static MarkNotificationsAsSeenAsync ( KipptClient client ) : void
client KipptClient instance.
return void