Class NotificationServicesGetDeliveredNotificationsResult
This class contains the information retrieved when GetDeliveredNotifications(EventCallback<NotificationServicesGetDeliveredNotificationsResult>) request is completed.
Inheritance
System.Object
NotificationServicesGetDeliveredNotificationsResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public class NotificationServicesGetDeliveredNotificationsResult
Properties
Notifications
An array of delivered notifications.
Declaration
public INotification[] Notifications { get; }
Property Value
Type | Description |
---|---|
INotification[] |