docs.unity3d.com
    Show / Hide Table of Contents

    Class PlayerSessionRequests.SendPlayerSessionInvitationsRequest

    Send player session invitiations

    Inheritance
    Object
    Request
    PlayerSessionRequests.SendPlayerSessionInvitationsRequest
    Inherited Members
    Request.Result
    Request.HasUpdate()
    Request.Update()
    Namespace: Unity.PSN.PS5.Sessions
    Syntax
    public class SendPlayerSessionInvitationsRequest : Request

    Properties

    AccountIds

    The account Ids to recieve the invitation

    Declaration
    public List<ulong> AccountIds { get; set; }
    Property Value
    Type Description
    List<UInt64>

    InvitationIds

    The returned invitiation ids

    Declaration
    public List<string> InvitationIds { get; }
    Property Value
    Type Description
    List<String>

    SessionId

    Session ID to send invite

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

    UserId

    User ID

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

    Methods

    Run()

    Declaration
    protected override void Run()
    Overrides
    Request.Run()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020