docs.unity3d.com
    Show / Hide Table of Contents

    Class WebApiPushEvent

    A set of filters registered for a user These can also be Order Guaranteed push events.

    Inheritance
    Object
    WebApiPushEvent
    Namespace: Unity.PSN.PS5.WebApi
    Syntax
    public class WebApiPushEvent

    Fields

    InvalidCallbackId

    Invlaid callback id

    Declaration
    public const int InvalidCallbackId = -1
    Field Value
    Type Description
    Int32

    Properties

    Filters

    Set of Filters for the push event

    Declaration
    public WebApiFilters Filters { get; set; }
    Property Value
    Type Description
    WebApiFilters

    IsRegistered

    Has the event been registered with the system

    Declaration
    public bool IsRegistered { get; }
    Property Value
    Type Description
    Boolean

    OrderGuaranteed

    The events order-guaranteed

    Declaration
    public bool OrderGuaranteed { get; set; }
    Property Value
    Type Description
    Boolean

    PushCallbackId

    PSN Callback ID

    Declaration
    public int PushCallbackId { get; }
    Property Value
    Type Description
    Int32

    UserId

    User id associated with the events

    Declaration
    public int UserId { get; set; }
    Property Value
    Type Description
    Int32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020