Enum WebApiNotifications.PushContextCallbackType
Namespace: Unity.PSN.PS5.WebApi
Syntax
public enum PushContextCallbackType
Fields
| Name | Description |
|---|---|
| Dropped | indicates a notification that the lack of a Push event was detected. If this notification is received, Push events are not arriving in the correct order; therefore, you must follow the specifications of the Web API server to handle the issue appropriately with the application. |
| Received | Indicates a notification that a Push event was received without issue |
| Unknown | Unknown callback type |