We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed0171 commit 156149eCopy full SHA for 156149e
WooCommerce/Classes/ServiceLocator/ForegroundNotification.swift
@@ -6,7 +6,13 @@ import struct Yosemite.Note
6
/// the app is active.
7
///
8
struct ForegroundNotification {
9
+ /// The `note_id` value received from the Remote Notification's `userInfo`.
10
+ ///
11
let noteID: Int
12
+ /// The `type` value received from the Remote Notification's `userInfo`.
13
14
let kind: Note.Kind
15
+ /// The `alert` value received from the Remote Notification's `userInfo`.
16
17
let message: String
18
}
0 commit comments