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 *apnsContent
Discussion
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 *apnsPayload
Discussion
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 shouldBeCounted
Discussion
Specify whether to count as unread Default: YES
Declared In
NIMRevokeMessageOption.h
postscript
Recalled additional message
@property (nullable, nonatomic, copy) NSString *postscript
Discussion
Recalled additional message
Declared In
NIMRevokeMessageOption.h
attach
Extension field for recalled message, specified by the recaller
@property (nullable, nonatomic, copy) NSString *attach
Discussion
Extension field for recalled message, specified by the recaller
Declared In
NIMRevokeMessageOption.h