BMXUserProfileMessageSetting Class Reference#
Inherits from NSObject
Declared in floo_proxy.h
Overview#
@interface 使用者訊息設定
mPushEnabled 當APP未打開時是否允許推播
mPushDetail 是否推播訊息詳情
mPushNickname 對方收到推播訊息時顯示的名稱
mNotificationSound 收到訊息時是否通過聲音提醒
mNotificationVibrate 收到訊息時是否通過震動提醒
mAutoDownloadAttachment 收到訊息時是否自動下載縮略圖或者語音
mSilenceStartTime 推播靜默起始時間
mSilenceEndTime 推播靜默結束時間
mPushStartTime 允許推播起始時間
mPushEndTime 允許推播結束時間
Properties#
swigCMemOwn#
@property (nonatomic) BOOL swigCMemOwn
swigCPtr#
@property (nonatomic) void *swigCPtr
Instance Methods#
dealloc#
- (void)dealloc
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="dealloc" %}{% endlanying_code_snippet %}
getMAutoDownloadAttachment#
- (BOOL)getMAutoDownloadAttachment
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMAutoDownloadAttachment" %}{% endlanying_code_snippet %}
getMNotificationSound#
- (BOOL)getMNotificationSound
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMNotificationSound" %}{% endlanying_code_snippet %}
getMNotificationVibrate#
- (BOOL)getMNotificationVibrate
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMNotificationVibrate" %}{% endlanying_code_snippet %}
getMPushDetail#
- (BOOL)getMPushDetail
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMPushDetail" %}{% endlanying_code_snippet %}
getMPushEnabled#
- (BOOL)getMPushEnabled
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMPushEnabled" %}{% endlanying_code_snippet %}
getMPushEndTime#
- (int)getMPushEndTime
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMPushEndTime" %}{% endlanying_code_snippet %}
getMPushNickname#
- (NSString *)getMPushNickname
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMPushNickname" %}{% endlanying_code_snippet %}
getMPushStartTime#
- (int)getMPushStartTime
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMPushStartTime" %}{% endlanying_code_snippet %}
getMSilenceEndTime#
- (int)getMSilenceEndTime
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMSilenceEndTime" %}{% endlanying_code_snippet %}
getMSilenceStartTime#
- (int)getMSilenceStartTime
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMSilenceStartTime" %}{% endlanying_code_snippet %}
init#
- (id)init
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="init" %}{% endlanying_code_snippet %}
initWithCptr:swigOwnCObject:#
- (id)initWithCptr:(void )cptr swigOwnCObject:(BOOL)ownCObject*
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="initWithCptr:swigOwnCObject:" %}{% endlanying_code_snippet %}
setMAutoDownloadAttachment:#
- (void)setMAutoDownloadAttachment:(BOOL)value
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="setMAutoDownloadAttachment:" %}{% endlanying_code_snippet %}
setMNotificationSound:#
- (void)setMNotificationSound:(BOOL)value
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="setMNotificationSound:" %}{% endlanying_code_snippet %}
setMNotificationVibrate:#
- (void)setMNotificationVibrate:(BOOL)value
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="setMNotificationVibrate:" %}{% endlanying_code_snippet %}
setMPushDetail:#
- (void)setMPushDetail:(BOOL)value
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="setMPushDetail:" %}{% endlanying_code_snippet %}
setMPushEnabled:#
- (void)setMPushEnabled:(BOOL)value
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="setMPushEnabled:" %}{% endlanying_code_snippet %}
setMPushEndTime:#
- (void)setMPushEndTime:(int)value
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="setMPushEndTime:" %}{% endlanying_code_snippet %}
setMPushNickname:#
- (void)setMPushNickname:(NSString )value*
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="setMPushNickname:" %}{% endlanying_code_snippet %}
setMPushStartTime:#
- (void)setMPushStartTime:(int)value
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="setMPushStartTime:" %}{% endlanying_code_snippet %}
setMSilenceEndTime:#
- (void)setMSilenceEndTime:(int)value
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="setMSilenceEndTime:" %}{% endlanying_code_snippet %}
setMSilenceStartTime:#
- (void)setMSilenceStartTime:(int)value
Example:
{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="setMSilenceStartTime:" %}{% endlanying_code_snippet %}