NIMRevokeMessageOption Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NIMRevokeMessageOption.h |
apnsContent
Content of a push notification. Up to 500 characters are allowed
@property (nullable, nonatomic, copy) NSString *apnsContentDiscussion
Content of a push notification. Up to 500 characters are allowed
Declared In
NIMRevokeMessageOption.h
apnsPayload
Payload of CommsEase push. A maximum of 2K characters are allowed.
@property (nullable, nonatomic, strong) NSDictionary *apnsPayloadDiscussion
Payload of CommsEase push. A maximum of 2K characters are allowed.
Declared In
NIMRevokeMessageOption.h
shouldBeCounted
Specify whether to count as unread Default: YES
@property (nonatomic, assign) BOOL shouldBeCountedDiscussion
Specify whether to count as unread Default: YES
Declared In
NIMRevokeMessageOption.h
postscript
Recalled additional message
@property (nullable, nonatomic, copy) NSString *postscriptDiscussion
Recalled additional message
Declared In
NIMRevokeMessageOption.h
attach
Extension field for recalled message, specified by the recaller
@property (nullable, nonatomic, copy) NSString *attachDiscussion
Extension field for recalled message, specified by the recaller
Declared In
NIMRevokeMessageOption.h