You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/include/Ably/ARTMessageAnnotations.h
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,18 @@ NS_ASSUME_NONNULL_BEGIN
6
6
/**
7
7
* Contains annotations summary for a message. The keys of the dict are annotation types, and the values are aggregated summaries for that annotation type.
8
8
*/
9
+
NS_SWIFT_SENDABLE
9
10
@interfaceARTMessageAnnotations : NSObject
10
11
11
12
/// An annotations summary for the message. The keys of the dict are annotation types, and the values are aggregated summaries for that annotation type.
* Initializes an `ARTMessageAnnotations` with all properties.
17
+
*
18
+
* @param summary An annotations summary for the message. The keys of the dict are annotation types, and the values are aggregated summaries for that annotation type.
0 commit comments