C# 클래스 Kippt.KipptNotification

파일 보기 프로젝트 열기: Haythem/Kippt.NET

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