docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Method SendNotificationWithExplicitID

    SendNotificationWithExplicitID(AndroidNotification, string, int)

    Schedule a notification which will be shown at the time specified in the notification struct. The specified id can later be used to update the notification before it's triggered, it's current status can be tracked using CheckScheduledNotificationStatus.

    Declaration
    public static void SendNotificationWithExplicitID(AndroidNotification notification, string channelId, int id)
    Parameters
    Type Name Description
    AndroidNotification notification

    Data for the notification

    string channelId

    ID of the channel to send notification to

    int id

    A unique ID for the notification

    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