docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct AndroidNotificationChannelGroup

    Notification channel group description. It is optional to put channels into groups, but looks nicer in Settings UI.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Unity.Notifications.Android
    Assembly: solution.dll
    Syntax
    public struct AndroidNotificationChannelGroup

    Properties

    Description

    A description for this group.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string

    Id

    A unique ID for this group. Will rename the group if already exists.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    Name

    A user visible name for this group.

    Declaration
    public string Name { 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)