docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Method CreateNotificationBuilder

    CreateNotificationBuilder(AndroidNotification, string)

    Create Notification.Builder. Will automatically generate the ID for notification. CreateNotificationBuilder(int, AndroidNotification, string)

    Declaration
    public static AndroidJavaObject CreateNotificationBuilder(AndroidNotification notification, string channelId)
    Parameters
    Type Name Description
    AndroidNotification notification
    string channelId
    Returns
    Type Description
    AndroidJavaObject

    CreateNotificationBuilder(int, AndroidNotification, string)

    Create Notification.Builder object on Java side using privided AndroidNotification.

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

    ID for the notification

    AndroidNotification notification

    Struct with notification data

    string channelId

    Channel id

    Returns
    Type Description
    AndroidJavaObject

    A proxy object for created Notification.Builder

    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