BMXMessageSetting

Inherits from NSObject Declared in BMXMessageSetting.h

Properties

mAutoDownloadAttachment

自动下载附件

@property (nonatomic, assign, readonly) BOOL mAutoDownloadAttachment

Discussion

自动下载附件

Declared In

  • BMXMessageSetting.h

mNotificationSound

推送声音

@property (nonatomic, assign, readonly) BOOL mNotificationSound

Discussion

推送声音

Declared In

  • BMXMessageSetting.h

mNotificationVibrate

推送通知震动

@property (nonatomic, assign, readonly) BOOL mNotificationVibrate

Discussion

推送通知震动

Declared In

  • BMXMessageSetting.h

mPushDetail

推送详情

@property (nonatomic, assign, readonly) BOOL mPushDetail

Discussion

推送详情

Declared In

  • BMXMessageSetting.h

mPushEnabled

推送开关

@property (nonatomic, assign, readonly) BOOL mPushEnabled

Discussion

推送开关

Declared In

  • BMXMessageSetting.h

mPushEndTime

@property (nonatomic, assign) int mPushEndTime

pushNickname

对方收到推送消息时显示的名称

@property (nonatomic, copy) NSString *pushNickname

Discussion

对方收到推送消息时显示的名称

Declared In

  • BMXMessageSetting.h

pushStartTime

@property (nonatomic, assign) int pushStartTime

silenceEndTime

@property (nonatomic, assign) int silenceEndTime

silenceStartTime

@property (nonatomic, assign) int silenceStartTime

Last updated

Was this helpful?