react-native-tracker.messagenotificationattachmentprops
Home > @snowplow/react-native-tracker > MessageNotificationAttachmentProps
MessageNotificationAttachmentProps type
Attachment object that identify an attachment in the MessageNotification.
Signature:export declare type MessageNotificationAttachmentProps = {
identifier: string;
type: string;
url: string;
};