diff options
Diffstat (limited to 'ios/MullvadVPN/Notifications/InAppNotificationDescriptor.swift')
| -rw-r--r-- | ios/MullvadVPN/Notifications/InAppNotificationDescriptor.swift | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ios/MullvadVPN/Notifications/InAppNotificationDescriptor.swift b/ios/MullvadVPN/Notifications/InAppNotificationDescriptor.swift index 7ed81c1e77..5839b62c02 100644 --- a/ios/MullvadVPN/Notifications/InAppNotificationDescriptor.swift +++ b/ios/MullvadVPN/Notifications/InAppNotificationDescriptor.swift @@ -24,7 +24,10 @@ struct InAppNotificationDescriptor: Equatable { var body: NSAttributedString /// Notification action. - var action: InAppNotificationAction? + var button: InAppNotificationAction? + + /// Notification tap action (optional). + var tapAction: InAppNotificationAction? } /// Type describing a specific in-app notification action. |
