docs.unity.cn
    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
    Syntax
    public struct AndroidNotificationChannelGroup

    Properties

    Description

    A description for this group.

    Declaration
    public string Description { readonly 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 { readonly get; set; }
    Property Value
    Type Description
    String

    Name

    A user visible name for this group.

    Declaration
    public string Name { readonly get; set; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, July 20, 2023