Class ReadNotificationsResponse
ReadNotificationsResponse
Inherited Members
Namespace: Unity.Services.Apis.PlayerAuthentication
Assembly: solution.dll
Syntax
[Preserve]
public class ReadNotificationsResponse
Constructors
ReadNotificationsResponse(List<Notification>)
Initializes a new instance of the ReadNotificationsResponse class.
Declaration
[Preserve]
public ReadNotificationsResponse(List<Notification> notifications = null)
Parameters
Type | Name | Description |
---|---|---|
List<Notification> | notifications | List of notifications (required). |
Properties
Notifications
List of notifications
Declaration
[Preserve]
public List<Notification> Notifications { get; set; }
Property Value
Type | Description |
---|---|
List<Notification> | List of notifications |