Skip to content

Commit 156149e

Browse files
committed
Add more comments to ForegroundNotification
1 parent bed0171 commit 156149e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

WooCommerce/Classes/ServiceLocator/ForegroundNotification.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ import struct Yosemite.Note
66
/// the app is active.
77
///
88
struct ForegroundNotification {
9+
/// The `note_id` value received from the Remote Notification's `userInfo`.
10+
///
911
let noteID: Int
12+
/// The `type` value received from the Remote Notification's `userInfo`.
13+
///
1014
let kind: Note.Kind
15+
/// The `alert` value received from the Remote Notification's `userInfo`.
16+
///
1117
let message: String
1218
}

0 commit comments

Comments
 (0)