AgoraChatSDK 1.2.0
Properties | List of all members
AgoraChatSilentModeResult Class Reference

#import <AgoraChatSilentModeResult.h>

Inheritance diagram for AgoraChatSilentModeResult:

Properties

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

Detailed Description

The silent message result object

Property Documentation

◆ 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 obtained after the silent message is set.

◆ silentModeStartTime

- (AgoraChatSilentModeTime* _Nullable) silentModeStartTime
readnonatomicstrong

The start time obtained after the silent message is set.


The documentation for this class was generated from the following file: