docs.unity3d.com
    Show / Hide Table of Contents

    Class FeatureGating.NotifyPremiumFeatureRequest

    Notifies the use of a Premium feature

    Inheritance
    Object
    Request
    FeatureGating.NotifyPremiumFeatureRequest
    Inherited Members
    Request.Result
    Request.HasUpdate()
    Request.Update()
    Namespace: Unity.PSN.PS5.PremiumFeatures
    Syntax
    public class NotifyPremiumFeatureRequest : Request

    Properties

    Features

    Premium feature types to check

    Declaration
    public FeatureGating.Features Features { get; set; }
    Property Value
    Type Description
    FeatureGating.Features

    Properties

    Real-time multi-play properties

    Declaration
    public FeatureGating.MultiplayProperties Properties { get; set; }
    Property Value
    Type Description
    FeatureGating.MultiplayProperties

    UserId

    User ID to check

    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