Share via


UNNotificationContent.Attachments Property

Definition

Gets 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; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("attachments", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.Attachments : UserNotifications.UNNotificationAttachment[]

Property Value

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

Attributes

Applies to