藍鶯開發者
Web & Mini ProgramiOSAndroidC++Server API

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


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="dealloc" %}{% endlanying_code_snippet %}

getMAutoDownloadAttachment#

- (BOOL)getMAutoDownloadAttachment


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMAutoDownloadAttachment" %}{% endlanying_code_snippet %}

getMNotificationSound#

- (BOOL)getMNotificationSound


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMNotificationSound" %}{% endlanying_code_snippet %}

getMNotificationVibrate#

- (BOOL)getMNotificationVibrate


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMNotificationVibrate" %}{% endlanying_code_snippet %}

getMPushDetail#

- (BOOL)getMPushDetail


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMPushDetail" %}{% endlanying_code_snippet %}

getMPushEnabled#

- (BOOL)getMPushEnabled


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMPushEnabled" %}{% endlanying_code_snippet %}

getMPushEndTime#

- (int)getMPushEndTime


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMPushEndTime" %}{% endlanying_code_snippet %}

getMPushNickname#

- (NSString *)getMPushNickname


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMPushNickname" %}{% endlanying_code_snippet %}

getMPushStartTime#

- (int)getMPushStartTime


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMPushStartTime" %}{% endlanying_code_snippet %}

getMSilenceEndTime#

- (int)getMSilenceEndTime


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMSilenceEndTime" %}{% endlanying_code_snippet %}

getMSilenceStartTime#

- (int)getMSilenceStartTime


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="getMSilenceStartTime" %}{% endlanying_code_snippet %}

init#

- (id)init


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="init" %}{% endlanying_code_snippet %}

initWithCptr:swigOwnCObject:#

- (id)initWithCptr:(void )cptr swigOwnCObject:(BOOL)ownCObject*


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="initWithCptr:swigOwnCObject:" %}{% endlanying_code_snippet %}

setMAutoDownloadAttachment:#

- (void)setMAutoDownloadAttachment:(BOOL)value


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="setMAutoDownloadAttachment:" %}{% endlanying_code_snippet %}

setMNotificationSound:#

- (void)setMNotificationSound:(BOOL)value


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="setMNotificationSound:" %}{% endlanying_code_snippet %}

setMNotificationVibrate:#

- (void)setMNotificationVibrate:(BOOL)value


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="setMNotificationVibrate:" %}{% endlanying_code_snippet %}

setMPushDetail:#

- (void)setMPushDetail:(BOOL)value


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="setMPushDetail:" %}{% endlanying_code_snippet %}

setMPushEnabled:#

- (void)setMPushEnabled:(BOOL)value


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="setMPushEnabled:" %}{% endlanying_code_snippet %}

setMPushEndTime:#

- (void)setMPushEndTime:(int)value


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="setMPushEndTime:" %}{% endlanying_code_snippet %}

setMPushNickname:#

- (void)setMPushNickname:(NSString )value*


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="setMPushNickname:" %}{% endlanying_code_snippet %}

setMPushStartTime:#

- (void)setMPushStartTime:(int)value


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXUserProfileMessageSetting",function="setMPushStartTime:" %}{% endlanying_code_snippet %}

setMSilenceEndTime:#

- (void)setMSilenceEndTime:(int)value


Example:

{% 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 %}
自動產生的 API 內容,僅在必要位置補充精簡的 AI 解說。