BMXMessageConfig Class Reference#
Inherits from BMXBaseObject :
NSObject
Declared in floo_proxy.h
Overview#
@interface Message config
Class Methods#
createMessageConfigWithMentionAll:#
+ (BMXMessageConfig )createMessageConfigWithMentionAll:(BOOL)mentionAll*
Instance Methods#
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="createMessageConfigWithMentionAll:" %}{% endlanying_code_snippet %}
addGroupMemberWithMemberId:#
Add ID list of group members who read the message
- (void)addGroupMemberWithMemberId:(long long)memberId
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="addGroupMemberWithMemberId:" %}{% endlanying_code_snippet %}
clearGroupMemberList#
Clear the ID list of group members who read the message
- (void)clearGroupMemberList
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="clearGroupMemberList" %}{% endlanying_code_snippet %}
dealloc#
- (void)dealloc
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="dealloc" %}{% endlanying_code_snippet %}
getAndroidConfig#
Get config for Android
- (NSString *)getAndroidConfig
Return Value#
NSString
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getAndroidConfig" %}{% endlanying_code_snippet %}
getBadgeCount:#
Get the badge count in the current push message
- (int)getBadgeCount:(int)count
Return Value#
int
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getBadgeCount:" %}{% endlanying_code_snippet %}
getBadgeCountType#
Get the badge count type in the current push message
- (BMXMessageConfig_BadgeCountType)getBadgeCountType
Return Value#
BadgeCountType
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getBadgeCountType" %}{% endlanying_code_snippet %}
getGroupMemberList#
Get group members of the message
- (ListOfLongLong *)getGroupMemberList
Return Value#
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getGroupMemberList" %}{% endlanying_code_snippet %}
getIOSConfig#
Get message config for iOS
- (NSString *)getIOSConfig
Return Value#
NSString
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getIOSConfig" %}{% endlanying_code_snippet %}
getMentionAll#
Get whether to mention all members
- (BOOL)getMentionAll
Return Value#
BOOL
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getMentionAll" %}{% endlanying_code_snippet %}
getMentionList#
Get a list of members to be mentioned
- (ListOfLongLong *)getMentionList
Return Value#
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getMentionList" %}{% endlanying_code_snippet %}
getMentionedMessage#
Get mentioned message
- (NSString *)getMentionedMessage
Return Value#
NSString
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getMentionedMessage" %}{% endlanying_code_snippet %}
getPushMessage#
Get push message
- (NSString *)getPushMessage
Return Value#
NSString
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getPushMessage" %}{% endlanying_code_snippet %}
getPushShowBeginTime#
Get push begin time
- (int)getPushShowBeginTime
Return Value#
int
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getPushShowBeginTime" %}{% endlanying_code_snippet %}
getPushShowEndTime#
Get push end time
- (int)getPushShowEndTime
Return Value#
int
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getPushShowEndTime" %}{% endlanying_code_snippet %}
getPushTitle#
Get push title
- (NSString *)getPushTitle
Return Value#
NSString
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getPushTitle" %}{% endlanying_code_snippet %}
getRTCAction#
Get RTC action (call, pickup, hang up, etc.)
- (NSString *)getRTCAction
Return Value#
int
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getRTCAction" %}{% endlanying_code_snippet %}
getRTCCallId#
Get RTC call ID
- (NSString *)getRTCCallId
Return Value#
NSString
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getRTCCallId" %}{% endlanying_code_snippet %}
getRTCCallType#
Gets the voice & video call type, such as audio or video.
- (BMXMessageConfig_RTCCallType)getRTCCallType
Return Value#
RTCCallType
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getRTCCallType" %}{% endlanying_code_snippet %}
getRTCInitiator#
Caller ID
- (long long)getRTCInitiator
Return Value#
long long
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getRTCInitiator" %}{% endlanying_code_snippet %}
getRTCPin#
Get RTC call pin code
- (NSString *)getRTCPin
Return Value#
NSString
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getRTCPin" %}{% endlanying_code_snippet %}
getRTCRoomId#
Get RTC room ID
- (long long)getRTCRoomId
Return Value#
long long
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getRTCRoomId" %}{% endlanying_code_snippet %}
getRTCRoomType#
Get RTC room type
- (BMXMessageConfig_RTCRoomType)getRTCRoomType
Return Value#
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getRTCRoomType" %}{% endlanying_code_snippet %}
getSenderNickname#
Get sender nickname
- (NSString *)getSenderNickname
Return Value#
NSString
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getSenderNickname" %}{% endlanying_code_snippet %}
getUsername#
Get user name
- (NSString *)getUsername
Return Value#
NSString
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="getUsername" %}{% endlanying_code_snippet %}
isSilence#
Is the push message silent
- (BOOL)isSilence
Return Value#
BOOL
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="isSilence" %}{% endlanying_code_snippet %}
removeGroupMemberWithMemberId:#
Remove the ID list of group members who read the message
- (void)removeGroupMemberWithMemberId:(long long)memberId
Return Value#
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="removeGroupMemberWithMemberId:" %}{% endlanying_code_snippet %}
serialize#
Serialization operation
- (NSString *)serialize
Return Value#
NSString
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="serialize" %}{% endlanying_code_snippet %}
setAndroidConfig:#
Set message config for android device
@param androidConfig
- (void)setAndroidConfig:(NSString )androidConfig*
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="setAndroidConfig:" %}{% endlanying_code_snippet %}
setGroupMemberList:#
Set the ID list of group members who should read the message
@param groupMemberList
- (void)setGroupMemberList:(ListOfLongLong )groupMemberList*
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="setGroupMemberList:" %}{% endlanying_code_snippet %}
setIOSConfig:#
Set message config for iOS device
@param iosConfig
- (void)setIOSConfig:(NSString )iosConfig*
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="setIOSConfig:" %}{% endlanying_code_snippet %}
setMentionAll:#
Set whether to mention all members
@param mentionAll
- (void)setMentionAll:(BOOL)mentionAll
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="setMentionAll:" %}{% endlanying_code_snippet %}
setMentionList:#
Set mentioned member list
@param mentionList
- (void)setMentionList:(ListOfLongLong )mentionList*
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="setMentionList:" %}{% endlanying_code_snippet %}
setMentionedMessage:#
Set mentioned message
@param mentionedMessage
- (void)setMentionedMessage:(NSString )mentionedMessage*
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="setMentionedMessage:" %}{% endlanying_code_snippet %}
setPushMessage:#
Set push message
@param pushMessage
- (void)setPushMessage:(NSString )pushMessage*
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="setPushMessage:" %}{% endlanying_code_snippet %}
setPushShowBeginTime:#
Set push begin time
@param beginTime
- (void)setPushShowBeginTime:(int)beginTime
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="setPushShowBeginTime:" %}{% endlanying_code_snippet %}
setPushShowEndTime:#
Set push end time
@param endTime
- (void)setPushShowEndTime:(int)endTime
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="setPushShowEndTime:" %}{% endlanying_code_snippet %}
setPushTitle:#
Set push title
@param pushTitle
- (void)setPushTitle:(NSString )pushTitle*
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="setPushTitle:" %}{% endlanying_code_snippet %}
setRTCCallInfo:roomId:initiator:roomType:pin:#
Set RTC call info
- (void)setRTCCallInfo:(BMXMessageConfig_RTCCallType)calltype roomId:(long long)roomId initiator:(long long)initiator roomType:(BMXMessageConfig_RTCRoomType)roomType pin:(NSString )pin*
Parameters#
calltype
RTC call type
roomId
Room ID
initiator
Initiator ID
roomType
meeting or streaming
pin
PIN used to join the room
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="setRTCCallInfo:roomId:initiator:roomType:pin:" %}{% endlanying_code_snippet %}
setRTCHangupInfo:#
Set RTC call hang up information
- (void)setRTCHangupInfo:(NSString )callId*
Parameters#
callId
RTC call ID
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="setRTCHangupInfo:" %}{% endlanying_code_snippet %}
setRTCPickupInfo:#
Set RTC pickup information
- (void)setRTCPickupInfo:(NSString )callId*
Parameters#
callId
RTC call ID
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="setRTCPickupInfo:" %}{% endlanying_code_snippet %}
setSenderNickname:#
Set sender nickname
@param senderNickname
- (void)setSenderNickname:(NSString )senderNickname*
Declared In#
floo_proxy.h
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="setSenderNickname:" %}{% endlanying_code_snippet %}
setUsername:#
Set username
@param username
- (void)setUsername:(NSString )username*
Declared In#
floo_proxy.h
Example:
{% lanying_code_snippet repo="lanying-im-ios",class="BMXMessageConfig",function="setUsername:" %}{% endlanying_code_snippet %}