docs.unity3d.com
    Show / Hide Table of Contents

    Class NotificationJoinableUser

    Joinable user notification data, containing account id and online id

    Inheritance
    Object
    NotificationJoinableUser
    Namespace: Unity.PSN.PS5.Sessions
    Syntax
    [Serializable]
    public class NotificationJoinableUser

    Fields

    accountId

    Account id of the joinable user

    Declaration
    public ulong accountId
    Field Value
    Type Description
    UInt64

    onlineId

    The online id of the joinable user

    Declaration
    public string onlineId
    Field Value
    Type Description
    String

    Methods

    ToString()

    Generate string with account id and online id

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    Generated string

    Overrides
    Object.ToString()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020