AgoraChatSDK 1.2.0
Instance Methods | Properties | List of all members
AgoraChatPushOptions Class Reference

#import <AgoraChatPushOptions.h>

Inheritance diagram for AgoraChatPushOptions:

Instance Methods

(NSInteger silentModeStart) - EM_DEPRECATED_IOS
 
(NSInteger silentModeEnd) - EM_DEPRECATED_IOS
 
(BOOL silentModeEnabled) - EM_DEPRECATED_IOS
 
(NSInteger noDisturbingStartH) - __deprecated_msg
 
(NSInteger noDisturbingEndH) - __deprecated_msg
 
(BOOL isNoDisturbEnable) - __deprecated_msg
 

Properties

NSString *_Nullable displayName
 
AgoraChatPushDisplayStyle displayStyle
 

Detailed Description

The options for Apple Push Notification service (APNs).

Method Documentation

◆ __deprecated_msg [1/3]

- (BOOL isNoDisturbEnable) __deprecated_msg ("Use silentModeEnabled instead") 

Whether enable messages do not disturb

◆ __deprecated_msg [2/3]

- (NSInteger noDisturbingEndH) __deprecated_msg ("Use silentModeEnd instead") 

No disturbing mode end time (in hour)

◆ __deprecated_msg [3/3]

- (NSInteger noDisturbingStartH) __deprecated_msg ("Use silentModeStart instead") 

No disturbing mode start time (in hour)

◆ EM_DEPRECATED_IOS [1/3]

- (BOOL silentModeEnabled) EM_DEPRECATED_IOS (3_8_8) 
(3_9_1) 
("Use AgoraChatSilentModeResult property expireTimestamp and silentModeTime determine whether to enable")   

Whether to enable the Do Not Disturb mode. expireTimestamp Deprecated. Please use AgoraChatSilentModeResult property expireTimestamp and silentModeTime determine whether to enable

◆ EM_DEPRECATED_IOS [2/3]

- (NSInteger silentModeEnd) EM_DEPRECATED_IOS (3_8_8) 
(3_9_1) 
("Use AgoraChatSilentModeResult property silentModeEndTime instead")   

The no-disturbing mode end time (in hour). Deprecated. Please use AgoraChatSilentModeResult property silentModeEndTime instead.

◆ EM_DEPRECATED_IOS [3/3]

- (NSInteger silentModeStart) EM_DEPRECATED_IOS (3_8_8) 
(3_9_1) 
("Use AgoraChatSilentModeResult property silentModeStartTime instead")   

The no-disturbing mode start time (in hour). Deprecated. Please use AgoraChatSilentModeResult property silentModeStartTime instead.

Property Documentation

◆ displayName

- (NSString* _Nullable) displayName
readnonatomicstrong

The user's nickname to be displayed in the notification.

◆ displayStyle

- (AgoraChatPushDisplayStyle) displayStyle
readnonatomicassign

The display style of the notification.


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