C# Класс Kippt.KipptNotification

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

GetNotifications() публичный статический Метод

Returns a collection of notifications.
public static GetNotifications ( KipptClient client ) : KipptNotificationCollection
client KipptClient instance.
Результат KipptNotificationCollection

GetNotifications() публичный статический Метод

Returns a collection of notifications.
public static GetNotifications ( KipptClient client, int limit ) : KipptNotificationCollection
client KipptClient instance.
limit int End index.
Результат KipptNotificationCollection

GetNotifications() публичный статический Метод

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.
Результат KipptNotificationCollection

GetNotificationsAsync() публичный статический Метод

Returns a collection of notifications.
public static GetNotificationsAsync ( KipptClient client ) : void
client KipptClient instance.
Результат void

GetNotificationsAsync() публичный статический Метод

Returns a collection of notifications.
public static GetNotificationsAsync ( KipptClient client, int limit ) : void
client KipptClient instance.
limit int End index.
Результат void

GetNotificationsAsync() публичный статический Метод

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.
Результат void

MarkNotificationsAsSeen() публичный статический Метод

Mark all notifications as seen.
public static MarkNotificationsAsSeen ( KipptClient client ) : void
client KipptClient instance.
Результат void

MarkNotificationsAsSeenAsync() публичный статический Метод

Mark all notifications as seen.
public static MarkNotificationsAsSeenAsync ( KipptClient client ) : void
client KipptClient instance.
Результат void