docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RequestAttributes

    Used to specify attributes of the requesting app and user for use in rules.

    Inheritance
    object
    RequestAttributes
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.RemoteConfig
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class RequestAttributes

    Constructors

    RequestAttributes(UnityAttributes, Dictionary<string, string>, Dictionary<string, string>)

    Initializes a new instance of the RequestAttributes class.

    Declaration
    [Preserve]
    public RequestAttributes(UnityAttributes unity = null, Dictionary<string, string> app = null, Dictionary<string, string> user = null)
    Parameters
    Type Name Description
    UnityAttributes unity

    unity.

    Dictionary<string, string> app

    Custom attributes for the app..

    Dictionary<string, string> user

    Custom attributes related to the user..

    Properties

    App

    Custom attributes for the app.

    Declaration
    [Preserve]
    public Dictionary<string, string> App { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>

    Custom attributes for the app.

    Unity

    Gets or Sets Unity

    Declaration
    [Preserve]
    public UnityAttributes Unity { get; set; }
    Property Value
    Type Description
    UnityAttributes

    User

    Custom attributes related to the user.

    Declaration
    [Preserve]
    public Dictionary<string, string> User { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>

    Custom attributes related to the user.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)