HyphenateChatSDK  3.8.7
Instance Methods | Protected Types | Properties | List of all members
EMPushOptions Class Reference

#import <EMPushOptions.h>

Inheritance diagram for EMPushOptions:

Instance Methods

(NSString *nickname) - EM_DEPRECATED_IOS
 
(EMPushNoDisturbStatus noDisturbStatus) - EM_DEPRECATED_IOS
 

Protected Types

enum  EMPushNoDisturbStatus { EMPushNoDisturbStatusDay = 0 , EMPushNoDisturbStatusCustom , EMPushNoDisturbStatusClose }
 
typedef enum EMPushOptions::EMPushNoDisturbStatus _7_2
 
typedef enum EMPushOptions::EMPushNoDisturbStatus _7_2
 

Properties

NSString * displayName
 
EMPushDisplayStyle displayStyle
 
NSInteger noDisturbingStartH
 
NSInteger noDisturbingEndH
 
BOOL isNoDisturbEnable
 

Detailed Description

Apple Push Notification Service setting options

Method Documentation

◆ EM_DEPRECATED_IOS

- (NSString* nickname) EM_DEPRECATED_IOS (3_1_0) 
(3_2_2) 
("Use - displayName instead")   

User's nickname to be displayed in apple push notification service messages

Property Documentation

◆ displayName

- (NSString*) displayName
readnonatomicstrong

User's nickname to be displayed in apple push notification service messages

◆ displayStyle

- (EMPushDisplayStyle) displayStyle
readnonatomicassign

Display style of notification message

◆ isNoDisturbEnable

- (BOOL) isNoDisturbEnable
readnonatomicassign

Whether enable messages do not disturb

◆ noDisturbingEndH

- (NSInteger) noDisturbingEndH
readnonatomicassign

No disturbing mode end time (in hour)

◆ noDisturbingStartH

- (NSInteger) noDisturbingStartH
readnonatomicassign

No disturbing mode start time (in hour)


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