ARTRestAnnotations
Objective-C
@interface ARTRestAnnotations : NSObject <ARTRestAnnotationsProtocol>
Swift
class ARTRestAnnotations : NSObject, ARTRestAnnotationsProtocol, @unchecked Sendable
Functionality for annotating messages with small pieces of data, such as emoji reactions, that the server will roll up into the message as a summary.
See
SeeARTRestAnnotationsProtocol
for details.
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) ARTRestAnnotationsInternal *internal
Swift
var `internal`: ARTRestAnnotationsInternal { get }
-
Undocumented
Declaration
Objective-C
- (instancetype)initWithInternal:(ARTRestAnnotationsInternal *)internal queuedDealloc:(ARTQueuedDealloc *)dealloc;
Swift
init(with internal: ARTRestAnnotationsInternal, queuedDealloc dealloc: ARTQueuedDealloc)