<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/react-native-tracker](./react-native-tracker.md) &gt; [MessageNotificationAttachmentProps](./react-native-tracker.messagenotificationattachmentprops.md)

## MessageNotificationAttachmentProps type

Attachment object that identify an attachment in the MessageNotification.

<b>Signature:</b>

```typescript
export declare type MessageNotificationAttachmentProps = {
    identifier: string;
    type: string;
    url: string;
};
```
