NIMRevokeMessageOption Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMRevokeMessageOption.h |
apnsContent
云信推送内容,长度限制500字
@property (nullable, nonatomic, copy) NSString *apnsContent
Discussion
云信推送内容,长度限制500字
Declared In
NIMRevokeMessageOption.h
apnsPayload
云信推送payload信息,长度限制 2K
@property (nullable, nonatomic, strong) NSDictionary *apnsPayload
Discussion
云信推送payload信息,长度限制 2K
Declared In
NIMRevokeMessageOption.h
shouldBeCounted
是否计入未读数。默认:YES
@property (nonatomic, assign) BOOL shouldBeCounted
Discussion
是否计入未读数。默认:YES
Declared In
NIMRevokeMessageOption.h
postscript
撤回的附言
@property (nullable, nonatomic, copy) NSString *postscript
Discussion
撤回的附言
Declared In
NIMRevokeMessageOption.h
attach
撤回消息的扩展,撤回方填充
@property (nullable, nonatomic, copy) NSString *attach
Discussion
撤回消息的扩展,撤回方填充
Declared In
NIMRevokeMessageOption.h