LANYINGDevelopers
Web & Mini ProgramiOSAndroidC++Server API

BMXUserProfileMessageSetting Class Reference#

Inherits from NSObject
Declared in floo_proxy.h

Overview#

@interface User settings for messages
mPushEnabled Push function is enabled
mPushDetail Push message detail
mPushNickname Friend's nickname
mNotificationSound Enable sound notification
mNotificationVibrate Enable vibrate notification
mAutoDownloadAttachment Enable download attachment automatically
mSilenceStartTime Push notifications silent start time
mSilenceEndTime Push notifications silent end time
mPushStartTime Push notifications enabled start time
mPushEndTime Push notifications enabled end time

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 %}
Generated API content with concise AI notes where context helps.