docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Constructor iOSNotificationCategory

    iOSNotificationCategory(string)

    Create notification category. Category must be registered using iOSNotificationCenter.SetNotificationCategories.

    Declaration
    public iOSNotificationCategory(string id)
    Parameters
    Type Name Description
    string id

    A unique identifier for this category

    iOSNotificationCategory(string, IEnumerable<iOSNotificationAction>)

    Create notification category. Category must be registered using iOSNotificationCenter.SetNotificationCategories.

    Declaration
    public iOSNotificationCategory(string id, IEnumerable<iOSNotificationAction> actions)
    Parameters
    Type Name Description
    string id

    A unique identifier for this category

    IEnumerable<iOSNotificationAction> actions

    Add provided actions to this category

    iOSNotificationCategory(string, IEnumerable<iOSNotificationAction>, IEnumerable<string>)

    Create notification category. Category must be registered using iOSNotificationCenter.SetNotificationCategories.

    Declaration
    public iOSNotificationCategory(string id, IEnumerable<iOSNotificationAction> actions, IEnumerable<string> intentIdentifiers)
    Parameters
    Type Name Description
    string id

    A unique identifier for this category

    IEnumerable<iOSNotificationAction> actions

    Add provided actions to this category

    IEnumerable<string> intentIdentifiers

    Add provided intent identifiers to this category

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023