docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class NotificationAuth

    Response schema to API call to retrieve user's notification resources to subscribe to.

    Inheritance
    object
    NotificationAuth
    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.Friends
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class NotificationAuth

    Constructors

    NotificationAuth(string, string)

    Initializes a new instance of the NotificationAuth class.

    Declaration
    [Preserve]
    public NotificationAuth(string token = null, string channel = null)
    Parameters
    Type Name Description
    string token

    token (required).

    string channel

    channel (required).

    Properties

    Channel

    Gets or Sets Channel

    Declaration
    [Preserve]
    public string Channel { get; set; }
    Property Value
    Type Description
    string

    Token

    Gets or Sets Token

    Declaration
    [Preserve]
    public string Token { get; set; }
    Property Value
    Type Description
    string
    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)