docs.unity3d.com
    Show / Hide Table of Contents

    Class SessionsManager.Notification

    Notification from user push events

    Inheritance
    Object
    SessionsManager.Notification
    SessionsManager.GameNotification
    SessionsManager.PlayerNotification
    Namespace: Unity.PSN.PS5.Sessions
    Syntax
    public abstract class Notification

    Properties

    FromAccountId

    The originating user of a Push event

    Declaration
    public ulong FromAccountId { get; }
    Property Value
    Type Description
    UInt64

    MessagePayload

    Contains message payload if the notification type is SessionMessage

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

    SessionId

    The session id related to the notification

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

    ToAccountId

    The user who is being notified of a Push event

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