docs.unity3d.com
    Show / Hide Table of Contents

    Class Request

    Base class for a Request

    Inheritance
    Object
    Request
    Authentication.GetAuthorizationCodeRequest
    Authentication.GetIdTokenRequest
    OnlineSafety.FilterProfanityRequest
    OnlineSafety.GetCommunicationRestrictionStatusRequest
    CommerceDialogSystem.OpenJoinPremiumDialogRequest
    MessageDialogSystem.OpenMsgDialogRequest
    Entitlements.GetAdditionalContentEntitlementListRequest
    Leaderboards.GetBoardDefinitionRequest
    Leaderboards.GetLargeDataRequest
    Leaderboards.GetRankingRequest
    Leaderboards.RecordScoreRequest
    MatchesDialogSystem.OpenPlayerReviewDialogRequest
    MatchRequests.CreateMatchRequest
    MatchRequests.GetMatchDetailRequest
    MatchRequests.JoinMatchRequest
    MatchRequests.LeaveMatchRequest
    MatchRequests.ReportResultsRequest
    MatchRequests.UpdateMatchDetailRequest
    MatchRequests.UpdateMatchStatusRequest
    FeatureGating.CheckPremiumRequest
    FeatureGating.NotifyPremiumFeatureRequest
    FeatureGating.StartPremiumEventCallbackRequest
    FeatureGating.StopPremiumEventCallbackRequest
    GameSessionRequests.CreateGameSessionRequest
    GameSessionRequests.DeleteGameSessionRequest
    GameSessionRequests.GetGameSessionsRequest
    GameSessionRequests.GetJoinedGameSessionsByUserRequest
    GameSessionRequests.JoinGameSessionRequest
    GameSessionRequests.LeaveGameSessionRequest
    GameSessionRequests.SendGameSessionMessageRequest
    GameSessionRequests.SetGameSessionMemberSystemPropertiesRequest
    GameSessionRequests.SetGameSessionPropertiesRequest
    PlayerSessionRequests.AddPlayerSessionJoinableSpecifiedUsersRequest
    PlayerSessionRequests.ChangePlayerSessionLeaderRequest
    PlayerSessionRequests.CreatePlayerSessionRequest
    PlayerSessionRequests.DeletePlayerSessionJoinableSpecifiedUsersRequest
    PlayerSessionRequests.GetJoinedPlayerSessionsByUserRequest
    PlayerSessionRequests.GetPlayerSessionInvitationsRequest
    PlayerSessionRequests.GetPlayerSessionsRequest
    PlayerSessionRequests.JoinPlayerSessionRequest
    PlayerSessionRequests.LeavePlayerSessionRequest
    PlayerSessionRequests.SendPlayerSessionInvitationsRequest
    PlayerSessionRequests.SendPlayerSessionMessageRequest
    PlayerSessionRequests.SetPlayerSessionMemberSystemPropertiesRequest
    PlayerSessionRequests.SetPlayerSessionPropertiesRequest
    PlayerSessionRequests.SwapPlayerSessionMemberRequest
    TrophySystem.GetGameInfoRequest
    TrophySystem.GetGroupInfoRequest
    TrophySystem.GetTrophyGameIconRequest
    TrophySystem.GetTrophyGroupIconRequest
    TrophySystem.GetTrophyIconRequest
    TrophySystem.GetTrophyInfoRequest
    TrophySystem.GetTrophyRewardIconRequest
    TrophySystem.ShowTrophyListRequest
    TrophySystem.StartSystemRequest
    TrophySystem.StopSystemRequest
    UniversalDataSystem.EventDebugStringRequest
    UniversalDataSystem.GetMemoryStatsRequest
    UniversalDataSystem.PostEventRequest
    UniversalDataSystem.StartSystemRequest
    UniversalDataSystem.StopSystemRequest
    UniversalDataSystem.UnlockTrophyRequest
    UserSystem.AddUserRequest
    UserSystem.GetBasicPresencesRequest
    UserSystem.GetBlockingUsersRequest
    UserSystem.GetFriendsRequest
    UserSystem.GetProfilesRequest
    UserSystem.RemoveUserRequest
    UserSystem.StartReachabilityStateCallbackRequest
    UserSystem.StartSignedStateCallbackRequest
    UserSystem.StopReachabilityStateCallbackRequest
    UserSystem.StopSignedStateCallbackRequest
    WebApiNotifications.RegisterFilterRequest
    WebApiNotifications.RegisterPushEventRequest
    WebApiNotifications.UnregisterFilterRequest
    WebApiNotifications.UnregisterPushEventRequest
    Namespace: Unity.PSN.PS5.Aysnc
    Syntax
    public class Request

    Properties

    Result

    The results of any SDK API's called when the request is executed.

    Declaration
    public APIResult Result { get; protected set; }
    Property Value
    Type Description
    APIResult

    Methods

    HasUpdate()

    Declaration
    protected virtual bool HasUpdate()
    Returns
    Type Description
    Boolean

    Run()

    Declaration
    protected virtual void Run()

    Update()

    Declaration
    protected virtual bool Update()
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020