Struct iOSNotificationAttachment
Notification attachment. Refer to Apple documentation for details. https://developer.apple.com/documentation/usernotifications/unnotificationattachment?language=objc
Inherited Members
Namespace: Unity.Notifications.iOS
Assembly: solution.dll
Syntax
public struct iOSNotificationAttachment
Properties
| Name | Description |
|---|---|
| Id | A unique identifier for the attachments. Will be auto-generated if left empty. |
| Url | URL to local file, accessible to the application. |