docs.unity3d.com
    Show / Hide Table of Contents

    Struct PlayerSession.Notification

    Notification from order-guaranteed push events

    Namespace: Unity.PSN.PS5.Sessions
    Syntax
    public struct Notification

    Properties

    JoinableUsers

    The list of joinable users. Can be null if the notification isn't of type JoinableSpecifiedUsersCreated or JoinableSpecifiedUsersDeleted

    Declaration
    public NotificationJoinableUser[] JoinableUsers { get; }
    Property Value
    Type Description
    NotificationJoinableUser[]

    Member

    The session member being updated. Can be null if the notification isn't related to a member.

    Declaration
    public SessionMember Member { get; }
    Property Value
    Type Description
    SessionMember

    NotificationType

    The type of notification for the session change

    Declaration
    public PlayerSessionNotifications.NotificationTypes NotificationType { get; }
    Property Value
    Type Description
    PlayerSessionNotifications.NotificationTypes

    Session

    The session changed by the notification

    Declaration
    public PlayerSession Session { get; }
    Property Value
    Type Description
    PlayerSession

    SessionParamUpdates

    The flag incidating the session parameter that has been changed

    Declaration
    public PlayerSession.ParamTypes SessionParamUpdates { get; }
    Property Value
    Type Description
    PlayerSession.ParamTypes
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020