docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct iOSNotificationAttachment

    Notification attachment. Refer to Apple documentation for details. https://developer.apple.com/documentation/usernotifications/unnotificationattachment?language=objc

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Unity.Notifications.iOS
    Assembly: solution.dll
    Syntax
    public struct iOSNotificationAttachment

    Properties

    Id

    A unique identifier for the attachments. Will be auto-generated if left empty.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    Url

    URL to local file, accessible to the application.

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    string
    Examples
    attachmend.Url = new System.Uri(System.IO.Path.Combine(Application.streamingAssetsPath, fileName)).AbsoluteUri;
    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)