BMXPushUserProfileMessagePushSetting Class Reference#
Inherits from NSObject
Declared in floo_proxy.h
Overview#
@interface Push user profile
mPushEnabled Push function is enabled
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
{% lanying_code_snippet repo="lanying-im-ios",class="BMXPushUserProfileMessagePushSetting",function="dealloc" %}{% endlanying_code_snippet %}
getMPushEnabled#
- (BOOL)getMPushEnabled
{% lanying_code_snippet repo="lanying-im-ios",class="BMXPushUserProfileMessagePushSetting",function="getMPushEnabled" %}{% endlanying_code_snippet %}
getMPushEndTime#
- (int)getMPushEndTime
{% lanying_code_snippet repo="lanying-im-ios",class="BMXPushUserProfileMessagePushSetting",function="getMPushEndTime" %}{% endlanying_code_snippet %}
getMPushStartTime#
- (int)getMPushStartTime
{% lanying_code_snippet repo="lanying-im-ios",class="BMXPushUserProfileMessagePushSetting",function="getMPushStartTime" %}{% endlanying_code_snippet %}
getMSilenceEndTime#
- (int)getMSilenceEndTime
{% lanying_code_snippet repo="lanying-im-ios",class="BMXPushUserProfileMessagePushSetting",function="getMSilenceEndTime" %}{% endlanying_code_snippet %}
getMSilenceStartTime#
- (int)getMSilenceStartTime
{% lanying_code_snippet repo="lanying-im-ios",class="BMXPushUserProfileMessagePushSetting",function="getMSilenceStartTime" %}{% endlanying_code_snippet %}
init#
- (id)init
{% lanying_code_snippet repo="lanying-im-ios",class="BMXPushUserProfileMessagePushSetting",function="init" %}{% endlanying_code_snippet %}
initWithCptr:swigOwnCObject:#
- (id)initWithCptr:(void )cptr swigOwnCObject:(BOOL)ownCObject*
{% lanying_code_snippet repo="lanying-im-ios",class="BMXPushUserProfileMessagePushSetting",function="initWithCptr:swigOwnCObject:" %}{% endlanying_code_snippet %}
setMPushEnabled:#
- (void)setMPushEnabled:(BOOL)value
{% lanying_code_snippet repo="lanying-im-ios",class="BMXPushUserProfileMessagePushSetting",function="setMPushEnabled:" %}{% endlanying_code_snippet %}
setMPushEndTime:#
- (void)setMPushEndTime:(int)value
{% lanying_code_snippet repo="lanying-im-ios",class="BMXPushUserProfileMessagePushSetting",function="setMPushEndTime:" %}{% endlanying_code_snippet %}
setMPushStartTime:#
- (void)setMPushStartTime:(int)value
{% lanying_code_snippet repo="lanying-im-ios",class="BMXPushUserProfileMessagePushSetting",function="setMPushStartTime:" %}{% endlanying_code_snippet %}
setMSilenceEndTime:#
- (void)setMSilenceEndTime:(int)value
{% lanying_code_snippet repo="lanying-im-ios",class="BMXPushUserProfileMessagePushSetting",function="setMSilenceEndTime:" %}{% endlanying_code_snippet %}
setMSilenceStartTime:#
- (void)setMSilenceStartTime:(int)value
Example:
{% lanying_code_snippet repo="lanying-im-ios",class="BMXPushUserProfileMessagePushSetting",function="setMSilenceStartTime:" %}{% endlanying_code_snippet %}