docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum GroupAlertBehaviours

    Allows applying an alert behaviour to grouped notifications.

    Namespace: Unity.Notifications.Android
    Assembly: solution.dll
    Syntax
    public enum GroupAlertBehaviours

    Fields

    Name Description
    GroupAlertAll

    All notifications in a group with sound or vibration will make sound or vibrate, so this notification will not be muted when it is in a group.

    GroupAlertChildren

    All children notification in a group will be silenced (no sound or vibration) even if they would otherwise make sound or vibrate. Use this to mute this notification if this notification is a group child. This must be set on all children notifications you want to mute.

    GroupAlertSummary

    The summary notification in a group will be silenced (no sound or vibration) even if they would otherwise make sound or vibrate. Use this to mute this notification if this notification is a group summary.

    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)