ShengwangChatSDK 1.3.2
属性 | 所有成员列表
AgoraChatSilentModeResult类 参考

#import <AgoraChatSilentModeResult.h>

类 AgoraChatSilentModeResult 继承关系图:

属性

NSTimeInterval expireTimestamp
 
AgoraChatPushRemindType remindType
 
AgoraChatSilentModeTime *_Nullable silentModeStartTime
 
AgoraChatSilentModeTime *_Nullable silentModeEndTime
 
NSString *_Nonnull conversationID
 
AgoraChatConversationType conversationType
 
BOOL isConversationRemindTypeEnabled
 

详细描述

The silent message result object

属性说明

◆ conversationID

- (NSString* _Nonnull) conversationID
readnonatomiccopy

The conversation ID.

◆ conversationType

- (AgoraChatConversationType) conversationType
readnonatomicassign

The conversation type.

◆ expireTimestamp

- (NSTimeInterval) expireTimestamp
readnonatomicassign

The expiration time for silent messages.

◆ isConversationRemindTypeEnabled

- (BOOL) isConversationRemindTypeEnabled
readnonatomicassign

Whether the remind type is set for the conversation.

◆ remindType

- (AgoraChatPushRemindType) remindType
readnonatomicassign

The remind type for push messages.

◆ silentModeEndTime

- (AgoraChatSilentModeTime* _Nullable) silentModeEndTime
readnonatomicstrong

The end time of the application push silent mode.

◆ silentModeStartTime

- (AgoraChatSilentModeTime* _Nullable) silentModeStartTime
readnonatomicstrong

The start time of the application push silent mode.


该类的文档由以下文件生成: