docs.unity3d.com
    Show / Hide Table of Contents

    Class WebApiNotifications.CallbackParams

    The data for a recieved notification

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

    Properties

    CallbackId

    Callback ID

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

    CCType

    The push context callback type the push event is order-guaranteed OrderGuaranteed

    Declaration
    public WebApiNotifications.PushContextCallbackType CCType { get; }
    Property Value
    Type Description
    WebApiNotifications.PushContextCallbackType

    CtxId

    User context ID

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

    Data

    Data attached to the notified Push event

    Declaration
    public string Data { get; }
    Property Value
    Type Description
    String

    DataType

    Data type of the notified Push event

    Declaration
    public string DataType { get; }
    Property Value
    Type Description
    String

    ExtData

    Array containing the extended data attached to the notified Push event

    Declaration
    public WebApiNotifications.ExtendedData[] ExtData { get; }
    Property Value
    Type Description
    WebApiNotifications.ExtendedData[]

    From

    Peer address of the originating user of a Push event

    Declaration
    public WebApiNotifications.NpPeerAddress From { get; }
    Property Value
    Type Description
    WebApiNotifications.NpPeerAddress

    FromOnlineId

    Online ID of the originating user of a Push event

    Declaration
    public string FromOnlineId { get; }
    Property Value
    Type Description
    String

    NpServiceLabel

    NP service label

    Declaration
    public uint NpServiceLabel { get; }
    Property Value
    Type Description
    UInt32

    NpServiceName

    NP service name

    Declaration
    public string NpServiceName { get; }
    Property Value
    Type Description
    String

    OrderGuaranteed

    Is the order of the events guaranteed

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

    PushCtxId

    The push context id if the push event is order-guaranteed OrderGuaranteed

    Declaration
    public string PushCtxId { get; }
    Property Value
    Type Description
    String

    To

    Peer address of the user who is being notified of a Push event

    Declaration
    public WebApiNotifications.NpPeerAddress To { get; }
    Property Value
    Type Description
    WebApiNotifications.NpPeerAddress

    ToOnlineId

    Online ID of the user who is being notified of a Push event

    Declaration
    public string ToOnlineId { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020