docs.unity3d.com
    Show / Hide Table of Contents

    Class PlayerSessionRequests.GetPlayerSessionInvitationsRequest

    Get player session invitiations

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

    Properties

    Filter

    Does the request get valid, invalid or all types of invites

    Declaration
    public PlayerSessionRequests.GetPlayerSessionInvitationsRequest.RetrievalFilters Filter { get; set; }
    Property Value
    Type Description
    PlayerSessionRequests.GetPlayerSessionInvitationsRequest.RetrievalFilters

    Invitations

    List of invitations obtained

    Declaration
    public List<PlayerSessionRequests.RetrievedInvitation> Invitations { get; }
    Property Value
    Type Description
    List<PlayerSessionRequests.RetrievedInvitation>

    RequiredFields

    Fields to retrieve

    Declaration
    public PlayerSessionRequests.RetrievedInvitation.ParamTypes RequiredFields { get; set; }
    Property Value
    Type Description
    PlayerSessionRequests.RetrievedInvitation.ParamTypes

    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