Share via


UNMutableNotificationContent.Attachments Property

Definition

Gets or sets an array of UNNotificationAttachment objects that contains the attachments for the notification.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UserNotifications.UNNotificationAttachment[] Attachments { [Foundation.Export("attachments", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setAttachments:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("attachments", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setAttachments:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.Attachments : UserNotifications.UNNotificationAttachment[] with get, set

Property Value

An array of UNNotificationAttachment objects that contains the attachments for the notification.

Attributes

Applies to