- call(CallParamBuilder) - Method in interface com.netease.nimlib.sdk.avsignalling.SignallingService
-
Make a call to invite users to join a channel when the channel is created.
- call2(String, AVChatType, AVChatNotifyOption, AVChatCallback<AVChatData>) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Initiates a P2P call using Signaling
- CallParamBuilder - Class in com.netease.nimlib.sdk.avsignalling.builder
-
Call parameter builder
- CallParamBuilder(ChannelType, String, String) - Constructor for class com.netease.nimlib.sdk.avsignalling.builder.CallParamBuilder
-
- CanceledInviteEvent - Class in com.netease.nimlib.sdk.avsignalling.event
-
cancel an invite request
- CanceledInviteEvent(SignallingEvent, String, String) - Constructor for class com.netease.nimlib.sdk.avsignalling.event.CanceledInviteEvent
-
- cancelInvite(InviteParamBuilder) - Method in interface com.netease.nimlib.sdk.avsignalling.SignallingService
-
- cancelUploadAttachment(IMMessage) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Cancel uploading message attachment, such as image, video, and file.
- CaptureDeviceInfoConfig - Class in com.netease.nimlib.sdk.msg.model
-
Configuration for getting the device info
- CaptureDeviceInfoConfig(boolean, boolean, boolean) - Constructor for class com.netease.nimlib.sdk.msg.model.CaptureDeviceInfoConfig
-
- CaptureDeviceInfoConfig(Parcel) - Constructor for class com.netease.nimlib.sdk.msg.model.CaptureDeviceInfoConfig
-
- captureDeviceInfoConfig - Variable in class com.netease.nimlib.sdk.SDKOptions
-
The configuration for getting the device information
A value of null indicates that the device information can be obtained.
- CdnRequestData - Class in com.netease.nimlib.sdk.chatroom.model
-
- CdnRequestData(Map<String, CdnURLRequestData>, int) - Constructor for class com.netease.nimlib.sdk.chatroom.model.CdnRequestData
-
- CdnRequestData(Parcel) - Constructor for class com.netease.nimlib.sdk.chatroom.model.CdnRequestData
-
- cdnRequestDataInterval - Variable in class com.netease.nimlib.sdk.SDKOptions
-
Callback interval for CDN information reporting
- changeCaptureFormat(int, int, int) - Method in class com.netease.nimlib.sdk.avchat.video.AVChatExternalVideoCapturer
-
Edit capture parameters
- CHANNEL_PROFILE_DEFAULT - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatChannelProfile
-
Default profile
- CHANNEL_PROFILE_HIGH_QUALITY_MUSIC - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatChannelProfile
-
HD music profile
Note: The HD music profile is used only for earpieces.
- ChannelBaseInfo - Class in com.netease.nimlib.sdk.avsignalling.model
-
Channel basic info
- ChannelBaseInfo() - Constructor for class com.netease.nimlib.sdk.avsignalling.model.ChannelBaseInfo
-
- ChannelCloseEvent - Class in com.netease.nimlib.sdk.avsignalling.event
-
The channel is closed
- ChannelCloseEvent(SignallingEvent) - Constructor for class com.netease.nimlib.sdk.avsignalling.event.ChannelCloseEvent
-
- ChannelCommonEvent - Class in com.netease.nimlib.sdk.avsignalling.event
-
Common events in the channel
- channelExt(String) - Method in class com.netease.nimlib.sdk.avsignalling.builder.CallParamBuilder
-
specify a channel extension field
- channelExt - Variable in class com.netease.nimlib.sdk.avsignalling.model.ChannelBaseInfo
-
- ChannelFullInfo - Class in com.netease.nimlib.sdk.avsignalling.model
-
Complete channel info, channel info with list of channel members
- ChannelFullInfo(ChannelBaseInfo, ArrayList<MemberInfo>) - Constructor for class com.netease.nimlib.sdk.avsignalling.model.ChannelFullInfo
-
- channelId - Variable in class com.netease.nimlib.sdk.avsignalling.model.ChannelBaseInfo
-
- channelName(String) - Method in class com.netease.nimlib.sdk.avsignalling.builder.CallParamBuilder
-
specify a channel name
- channelName - Variable in class com.netease.nimlib.sdk.avsignalling.model.ChannelBaseInfo
-
- ChannelStatus - Enum in com.netease.nimlib.sdk.avsignalling.constant
-
channel status
- channelStatus - Variable in class com.netease.nimlib.sdk.avsignalling.model.ChannelBaseInfo
-
- ChannelType - Enum in com.netease.nimlib.sdk.avsignalling.constant
-
Channel type
- ChatRoomAuthProvider - Interface in com.netease.nimlib.sdk.chatroom.model
-
Join a chat room using a dynamic token.
- ChatRoomCdnInfo - Class in com.netease.nimlib.sdk.chatroom.model
-
- ChatRoomCdnInfo() - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomCdnInfo
-
- ChatRoomCdnInfo(Parcel) - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomCdnInfo
-
********************************** Serialization **********************************
- ChatRoomIndependentCallback - Interface in com.netease.nimlib.sdk.chatroom.model
-
Callback for independent login modes.
- ChatRoomInfo - Class in com.netease.nimlib.sdk.chatroom.model
-
Chat room info
- ChatRoomInfo() - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
- ChatRoomInfo(Parcel) - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
********************************** Serialization **********************************
- ChatRoomKickOutEvent - Class in com.netease.nimlib.sdk.chatroom.model
-
Chat room kick event
- ChatRoomKickOutEvent(String, int, Map<String, Object>) - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomKickOutEvent
-
- ChatRoomKickOutEvent.ChatRoomKickOutReason - Enum in com.netease.nimlib.sdk.chatroom.model
-
- ChatRoomMember - Class in com.netease.nimlib.sdk.chatroom.model
-
Chat room members info
- ChatRoomMember() - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
- ChatRoomMember(Parcel) - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
********************************** Serialization **********************************
- ChatRoomMemberUpdate - Class in com.netease.nimlib.sdk.chatroom.model
-
Created by hzxuwen on 2016/7/19.
- ChatRoomMemberUpdate() - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomMemberUpdate
-
- ChatRoomMessage - Interface in com.netease.nimlib.sdk.chatroom.model
-
Chat room messages
- ChatRoomMessageBuilder - Class in com.netease.nimlib.sdk.chatroom
-
Chat room message constructor
- ChatRoomMessageBuilder() - Constructor for class com.netease.nimlib.sdk.chatroom.ChatRoomMessageBuilder
-
- ChatRoomMessageExtension - Class in com.netease.nimlib.sdk.chatroom.model
-
Chat room message extension
- ChatRoomMessageExtension() - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomMessageExtension
-
- ChatRoomModeEnum - Enum in com.netease.nimlib.sdk.chatroom.constant
-
- ChatRoomNotificationAttachment - Class in com.netease.nimlib.sdk.chatroom.model
-
Chat room message attachment
- ChatRoomNotificationAttachment() - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment
-
- ChatRoomPartClearAttachment - Class in com.netease.nimlib.sdk.chatroom.model
-
Created by hzxuwen on 2016/12/20.
- ChatRoomPartClearAttachment() - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomPartClearAttachment
-
- ChatRoomQueueBatchAddAttachment - Class in com.netease.nimlib.sdk.chatroom.model
-
- ChatRoomQueueBatchAddAttachment() - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomQueueBatchAddAttachment
-
- ChatRoomQueueChangeAttachment - Class in com.netease.nimlib.sdk.chatroom.model
-
Created by hzxuwen on 2016/12/20.
- ChatRoomQueueChangeAttachment() - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomQueueChangeAttachment
-
- ChatRoomQueueChangeType - Enum in com.netease.nimlib.sdk.msg.constant
-
Created by winnie on 2017/6/27.
- ChatRoomRecallAttachment - Class in com.netease.nimlib.sdk.chatroom.model
-
- ChatRoomRecallAttachment() - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomRecallAttachment
-
- ChatRoomRoomMemberInAttachment - Class in com.netease.nimlib.sdk.chatroom.model
-
Created by hzxuwen on 2016/12/20.
- ChatRoomRoomMemberInAttachment() - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomRoomMemberInAttachment
-
- ChatRoomService - Interface in com.netease.nimlib.sdk.chatroom
-
Chat room service interface
- ChatRoomServiceObserver - Interface in com.netease.nimlib.sdk.chatroom
-
Chat room observer
- ChatRoomSpatialLocation - Class in com.netease.nimlib.sdk.chatroom.model
-
Location
- ChatRoomSpatialLocation() - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomSpatialLocation
-
- ChatRoomSpatialLocation(Double, Double, Double, Double) - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomSpatialLocation
-
- ChatRoomStatusChangeData - Class in com.netease.nimlib.sdk.chatroom.model
-
Created by huangjun on 2015/12/30.
- ChatRoomStatusChangeData(StatusCode, String) - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomStatusChangeData
-
- ChatRoomTagsInfo - Class in com.netease.nimlib.sdk.chatroom.model
-
Location
- ChatRoomTagsInfo() - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomTagsInfo
-
- ChatRoomTagsInfo(String, String, Boolean, String) - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomTagsInfo
-
- ChatRoomTempMuteAddAttachment - Class in com.netease.nimlib.sdk.chatroom.model
-
Created by hzxuwen on 2016/12/20.
- ChatRoomTempMuteAddAttachment() - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomTempMuteAddAttachment
-
- ChatRoomTempMuteRemoveAttachment - Class in com.netease.nimlib.sdk.chatroom.model
-
Created by hzxuwen on 2016/12/20.
- ChatRoomTempMuteRemoveAttachment() - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomTempMuteRemoveAttachment
-
- ChatRoomUpdateInfo - Class in com.netease.nimlib.sdk.chatroom.model
-
Created by hzxuwen on 2016/7/19.
- ChatRoomUpdateInfo() - Constructor for class com.netease.nimlib.sdk.chatroom.model.ChatRoomUpdateInfo
-
- checkLocalAntiSpam(String, String) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Check local spam trigger words
- checkManifestConfig - Variable in class com.netease.nimlib.sdk.SDKOptions
-
Specify whether to check the Manifest configuration
Set the value to true in the debugging stage and false when the debugging is complete.
- checkPermission(Context) - Static method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Check for the required permissions for audio and video modules.
- cleanMixPushNotifications(int) - Method in interface com.netease.nimlib.sdk.mixpush.MixPushMessageHandler
-
Interface used to clear third-party push notifications.
- clear() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatParameters
-
- clearAllUnreadCount() - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
- clearCache() - Method in interface com.netease.nimlib.sdk.lucene.LuceneService
-
Delete all cached data
- clearChattingHistory(String, SessionTypeEnum) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Clear all messages of a specified user and the clear operation is not recorded in the database.
- clearChattingHistory(String, SessionTypeEnum, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Clear all local messages of a specified user.
- clearDirCache(List<DirCacheFileType>, long, long) - Method in interface com.netease.nimlib.sdk.misc.MiscService
-
Delete the local cache in the SDK
- clearMsgDatabase(boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Clear all messages in the database.
- clearServerHistory(String, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Clear history P2P messages
- clearServerHistory(String, SessionTypeEnum) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Clear history P2P messages.
- clearServerHistory(String, SessionTypeEnum, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
- clearServerHistory(String, SessionTypeEnum, boolean, String) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Clear history messages.
- clearSystemMessages() - Method in interface com.netease.nimlib.sdk.msg.SystemMessageService
-
Delete all system messages
- clearSystemMessagesByType(List<SystemMessageType>) - Method in interface com.netease.nimlib.sdk.msg.SystemMessageService
-
Delete system messages of a specified type
- clearTimeTagAtBeginning - Variable in class com.netease.nimlib.sdk.SDKOptions
-
Specify whether to reset the synchronization timestamp.
- clearUnreadCount(String, SessionTypeEnum) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Set the unread count of specified recent contact to 0 (tag read).
- clearUnreadCount(List<<any>>) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Set the unread count of specified recent contact to 0 (tag read).
- clearUnreadCount(List<String>) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Set the unread count of specified recent contact to 0 (tag read).
- ClientType - Interface in com.netease.nimlib.sdk.auth
-
Client type for multiple device login
- cloneHitInfo() - Method in class com.netease.nimlib.sdk.search.model.MsgIndexRecord
-
- close(String, boolean, String) - Method in interface com.netease.nimlib.sdk.avsignalling.SignallingService
-
- close(String, RTSCallback<Void>) - Method in class com.netease.nimlib.sdk.rts.RTSManager
-
(Recipient) decline or end a session
- code - Variable in class com.netease.nimlib.sdk.util.api.RequestResult
-
- CollectInfo - Interface in com.netease.nimlib.sdk.msg.model
-
- CollectInfoPage - Interface in com.netease.nimlib.sdk.msg.model
-
- com.netease.nimlib.sdk - package com.netease.nimlib.sdk
-
- com.netease.nimlib.sdk.antispam.model - package com.netease.nimlib.sdk.antispam.model
-
- com.netease.nimlib.sdk.auth - package com.netease.nimlib.sdk.auth
-
- com.netease.nimlib.sdk.auth.constant - package com.netease.nimlib.sdk.auth.constant
-
- com.netease.nimlib.sdk.avchat - package com.netease.nimlib.sdk.avchat
-
- com.netease.nimlib.sdk.avchat.constant - package com.netease.nimlib.sdk.avchat.constant
-
- com.netease.nimlib.sdk.avchat.model - package com.netease.nimlib.sdk.avchat.model
-
- com.netease.nimlib.sdk.avchat.video - package com.netease.nimlib.sdk.avchat.video
-
- com.netease.nimlib.sdk.avsignalling - package com.netease.nimlib.sdk.avsignalling
-
- com.netease.nimlib.sdk.avsignalling.builder - package com.netease.nimlib.sdk.avsignalling.builder
-
- com.netease.nimlib.sdk.avsignalling.constant - package com.netease.nimlib.sdk.avsignalling.constant
-
- com.netease.nimlib.sdk.avsignalling.event - package com.netease.nimlib.sdk.avsignalling.event
-
- com.netease.nimlib.sdk.avsignalling.model - package com.netease.nimlib.sdk.avsignalling.model
-
- com.netease.nimlib.sdk.chatroom - package com.netease.nimlib.sdk.chatroom
-
- com.netease.nimlib.sdk.chatroom.constant - package com.netease.nimlib.sdk.chatroom.constant
-
- com.netease.nimlib.sdk.chatroom.model - package com.netease.nimlib.sdk.chatroom.model
-
- com.netease.nimlib.sdk.document - package com.netease.nimlib.sdk.document
-
- com.netease.nimlib.sdk.document.model - package com.netease.nimlib.sdk.document.model
-
- com.netease.nimlib.sdk.event - package com.netease.nimlib.sdk.event
-
- com.netease.nimlib.sdk.event.model - package com.netease.nimlib.sdk.event.model
-
- com.netease.nimlib.sdk.friend - package com.netease.nimlib.sdk.friend
-
- com.netease.nimlib.sdk.friend.constant - package com.netease.nimlib.sdk.friend.constant
-
- com.netease.nimlib.sdk.friend.model - package com.netease.nimlib.sdk.friend.model
-
- com.netease.nimlib.sdk.lifecycle - package com.netease.nimlib.sdk.lifecycle
-
- com.netease.nimlib.sdk.lucene - package com.netease.nimlib.sdk.lucene
-
- com.netease.nimlib.sdk.media.player - package com.netease.nimlib.sdk.media.player
-
- com.netease.nimlib.sdk.media.record - package com.netease.nimlib.sdk.media.record
-
- com.netease.nimlib.sdk.media.util - package com.netease.nimlib.sdk.media.util
-
- com.netease.nimlib.sdk.migration.model - package com.netease.nimlib.sdk.migration.model
-
- com.netease.nimlib.sdk.migration.processor - package com.netease.nimlib.sdk.migration.processor
-
- com.netease.nimlib.sdk.misc - package com.netease.nimlib.sdk.misc
-
- com.netease.nimlib.sdk.misc.model - package com.netease.nimlib.sdk.misc.model
-
- com.netease.nimlib.sdk.mixpush - package com.netease.nimlib.sdk.mixpush
-
- com.netease.nimlib.sdk.mixpush.model - package com.netease.nimlib.sdk.mixpush.model
-
- com.netease.nimlib.sdk.msg - package com.netease.nimlib.sdk.msg
-
- com.netease.nimlib.sdk.msg.attachment - package com.netease.nimlib.sdk.msg.attachment
-
- com.netease.nimlib.sdk.msg.constant - package com.netease.nimlib.sdk.msg.constant
-
- com.netease.nimlib.sdk.msg.model - package com.netease.nimlib.sdk.msg.model
-
- com.netease.nimlib.sdk.nos - package com.netease.nimlib.sdk.nos
-
- com.netease.nimlib.sdk.nos.constant - package com.netease.nimlib.sdk.nos.constant
-
- com.netease.nimlib.sdk.nos.model - package com.netease.nimlib.sdk.nos.model
-
- com.netease.nimlib.sdk.nos.util - package com.netease.nimlib.sdk.nos.util
-
- com.netease.nimlib.sdk.passthrough - package com.netease.nimlib.sdk.passthrough
-
- com.netease.nimlib.sdk.passthrough.model - package com.netease.nimlib.sdk.passthrough.model
-
- com.netease.nimlib.sdk.redpacket - package com.netease.nimlib.sdk.redpacket
-
- com.netease.nimlib.sdk.robot - package com.netease.nimlib.sdk.robot
-
- com.netease.nimlib.sdk.robot.model - package com.netease.nimlib.sdk.robot.model
-
- com.netease.nimlib.sdk.rts - package com.netease.nimlib.sdk.rts
-
- com.netease.nimlib.sdk.rts.constant - package com.netease.nimlib.sdk.rts.constant
-
- com.netease.nimlib.sdk.rts.model - package com.netease.nimlib.sdk.rts.model
-
- com.netease.nimlib.sdk.search.model - package com.netease.nimlib.sdk.search.model
-
- com.netease.nimlib.sdk.settings - package com.netease.nimlib.sdk.settings
-
- com.netease.nimlib.sdk.settings.model - package com.netease.nimlib.sdk.settings.model
-
- com.netease.nimlib.sdk.sf - package com.netease.nimlib.sdk.sf
-
- com.netease.nimlib.sdk.sf.service - package com.netease.nimlib.sdk.sf.service
-
- com.netease.nimlib.sdk.superteam - package com.netease.nimlib.sdk.superteam
-
- com.netease.nimlib.sdk.team - package com.netease.nimlib.sdk.team
-
- com.netease.nimlib.sdk.team.constant - package com.netease.nimlib.sdk.team.constant
-
- com.netease.nimlib.sdk.team.model - package com.netease.nimlib.sdk.team.model
-
- com.netease.nimlib.sdk.test - package com.netease.nimlib.sdk.test
-
- com.netease.nimlib.sdk.uinfo - package com.netease.nimlib.sdk.uinfo
-
- com.netease.nimlib.sdk.uinfo.constant - package com.netease.nimlib.sdk.uinfo.constant
-
- com.netease.nimlib.sdk.uinfo.model - package com.netease.nimlib.sdk.uinfo.model
-
- com.netease.nimlib.sdk.util - package com.netease.nimlib.sdk.util
-
- com.netease.nimlib.sdk.util.api - package com.netease.nimlib.sdk.util.api
-
- com.netease.nimlib.sdk.ysf - package com.netease.nimlib.sdk.ysf
-
- commEnca - Variable in class com.netease.nimlib.sdk.ServerAddresses
-
Communication encryption algorithm {1(RC4), 2(AES128), 4(SM4)}.
- COMMON_OK - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatResCode
-
Request success
- compareTo(MsgIndexRecord) - Method in class com.netease.nimlib.sdk.search.model.MsgIndexRecord
-
- compatServer - Variable in class com.netease.nimlib.sdk.avchat.model.AVChatServerAddresses
-
Compatibility configuration server
- completeRecord(boolean) - Method in class com.netease.nimlib.sdk.media.record.AudioRecorder
-
Recording is complete.
- config - Variable in class com.netease.nimlib.sdk.event.model.Event
-
Extended field of the event.
- config(Context, LoginInfo, SDKOptions) - Static method in class com.netease.nimlib.sdk.NIMClient
-
[Method 2] Configures the SDK in Application#onCreate()
.
- CONNECT_ING - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatConnectStatus
-
Connecting
- CONNECTED - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatConnectStatus
-
Connected
- CONNECTION_2G - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType
-
The Mobile(2G) data connection.
- CONNECTION_3G - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType
-
The Mobile(3G) data connection.
- CONNECTION_4G - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType
-
The Mobile(4G) data connection.
- CONNECTION_BLUETOOTH - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType
-
The Bluetooth data connection.
- CONNECTION_ETHERNET - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType
-
The Ethernet data connection.
- CONNECTION_NONE - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType
-
The absence of a connection type.
- CONNECTION_UNKNOWN - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType
-
Unknown data connection.
- CONNECTION_WIFI - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType
-
The WIFI data connection.
- containsKey(AVChatParameters.Key) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatParameters
-
- content - Variable in class com.netease.nimlib.sdk.msg.model.NIMAntiSpamOption
-
Developer-defined anti-spam field
The content must be in JSON format and applies only to custom messages.
- ControlEvent - Class in com.netease.nimlib.sdk.avsignalling.event
-
Custom control event
- ControlEvent(SignallingEvent) - Constructor for class com.netease.nimlib.sdk.avsignalling.event.ControlEvent
-
- convertDownloadUrlToCDNUrl(String) - Method in interface com.netease.nimlib.sdk.nos.NosService
-
Convert a file URL to an acceleration URL over CDN.
- convertMessageToJson(IMMessage) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Convert IMMessages into JSON file
- coreProcessStartTimeout - Variable in class com.netease.nimlib.sdk.SDKOptions
-
Timeout for core process startup.
- create(ChannelType, String, String) - Method in interface com.netease.nimlib.sdk.avsignalling.SignallingService
-
Create a channel
The channel name is unique.
- create(A, B) - Static method in class com.netease.nimlib.sdk.util.Entry
-
Convenience method for creating an appropriately typed entry.
- createAudioMessage(String, SessionTypeEnum, File, long) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create an audio message
- createAudioMessage(String, SessionTypeEnum, File, long, String) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create an audio message and specify the NOS scene key for upload.
- createCamera1Capturer(boolean, boolean) - Static method in class com.netease.nimlib.sdk.avchat.video.AVChatVideoCapturerFactory
-
Create the camera capturer using Camera1 API
- createCamera2Capturer(boolean, boolean) - Static method in class com.netease.nimlib.sdk.avchat.video.AVChatVideoCapturerFactory
-
Create the camera capturer using Camera2 API
- createCameraCapturer(boolean) - Static method in class com.netease.nimlib.sdk.avchat.video.AVChatVideoCapturerFactory
-
Deprecated.
- createCameraPolicyCapturer(boolean) - Static method in class com.netease.nimlib.sdk.avchat.video.AVChatVideoCapturerFactory
-
Create the default camera capturer.
- createChatRoomAudioMessage(String, File, long) - Static method in class com.netease.nimlib.sdk.chatroom.ChatRoomMessageBuilder
-
Create an audio message
- createChatRoomAudioMessage(String, File, long, String) - Static method in class com.netease.nimlib.sdk.chatroom.ChatRoomMessageBuilder
-
Create an audio message and specify the NOS scene key for upload.
- createChatRoomCustomMessage(String, MsgAttachment) - Static method in class com.netease.nimlib.sdk.chatroom.ChatRoomMessageBuilder
-
Create a custom message
- createChatRoomCustomMessage(String, MsgAttachment, String) - Static method in class com.netease.nimlib.sdk.chatroom.ChatRoomMessageBuilder
-
Create a custom message with a specified NOS scene if any for upload
- createChatRoomFileMessage(String, File, String) - Static method in class com.netease.nimlib.sdk.chatroom.ChatRoomMessageBuilder
-
Create a file message
- createChatRoomFileMessage(String, File, String, String) - Static method in class com.netease.nimlib.sdk.chatroom.ChatRoomMessageBuilder
-
Create a file message and specify the NOS scene key for upload
- createChatRoomImageMessage(String, File, String) - Static method in class com.netease.nimlib.sdk.chatroom.ChatRoomMessageBuilder
-
Create an image message
- createChatRoomImageMessage(String, File, String, String) - Static method in class com.netease.nimlib.sdk.chatroom.ChatRoomMessageBuilder
-
Create an image message and specify the NOS scene key for upload.
- createChatRoomLocationMessage(String, double, double, String) - Static method in class com.netease.nimlib.sdk.chatroom.ChatRoomMessageBuilder
-
Create a location message
- createChatRoomSpatialLocationTextMessage(String, String, Double, Double, Double) - Static method in class com.netease.nimlib.sdk.chatroom.ChatRoomMessageBuilder
-
Create a text message
- createChatRoomTextMessage(String, String) - Static method in class com.netease.nimlib.sdk.chatroom.ChatRoomMessageBuilder
-
Create a text message
- createChatRoomVideoMessage(String, File, long, int, int, String) - Static method in class com.netease.nimlib.sdk.chatroom.ChatRoomMessageBuilder
-
Create a video message
- createChatRoomVideoMessage(String, File, long, int, int, String, String) - Static method in class com.netease.nimlib.sdk.chatroom.ChatRoomMessageBuilder
-
Create a video message and specify the NOS scene key for upload
- createCustomMessage(String, SessionTypeEnum, MsgAttachment) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create a custom message
- createCustomMessage(String, SessionTypeEnum, String, MsgAttachment) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create a custom message with a description field used for push or alert on the status bar.
- createCustomMessage(String, SessionTypeEnum, String, MsgAttachment, CustomMessageConfig) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create a custom message with a description field used for push or alert on the status bar.
- createCustomMessage(String, SessionTypeEnum, String, MsgAttachment, CustomMessageConfig, String) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create a custom message with a description field used for push or alert on the status bar.
- createEmptyChatRoomMessage(String, long) - Static method in class com.netease.nimlib.sdk.chatroom.ChatRoomMessageBuilder
-
Create an empty message with only the session ID and the time for query
- createEmptyMessage(String, SessionTypeEnum, long) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create an empty message with only the session and the time for query
- createEmptyRecentContact(String, SessionTypeEnum, long, long, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Create an empty session with a specified contact
- createEmptyRecentContact(String, SessionTypeEnum, long, long, boolean, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Create an empty session with a specified contact
- createFileMessage(String, SessionTypeEnum, File, String) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create a file message
- createFileMessage(String, SessionTypeEnum, File, String, String) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create a file message and specify the NOS scene key for upload
- createFileVideoCapturer(String) - Static method in class com.netease.nimlib.sdk.avchat.video.AVChatVideoCapturerFactory
-
Create the file video capturer
- createForwardMessage(IMMessage, String, SessionTypeEnum) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create a message to be forwarded
- createForwardMessageListFileDetail(List<? extends IMMessage>) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create messages to be forwarded
- createFromJson(String) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create IMMessages from JSON strings
- createImageMessage(String, SessionTypeEnum, File) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create an image message.
- createImageMessage(String, SessionTypeEnum, File, String) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create an image message
- createImageMessage(String, SessionTypeEnum, File, String, String) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create an image message and specify the NOS scene key for upload.
- createLocationMessage(String, SessionTypeEnum, double, double, String) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create a location message
- createNrtcNetcallMessage(String, SessionTypeEnum, MsgAttachment) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create a call message
- createRobotMessage(String, String, String, String, String, String, String) - Static method in class com.netease.nimlib.sdk.chatroom.ChatRoomMessageBuilder
-
- createRobotMessage(String, SessionTypeEnum, String, String, String, String, String, String) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
- createRoom(String, String, AVChatCallback<AVChatChannelInfo>) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Create a group call room
- createRoom(String, String, List<AVChatLiveTaskConfig>, AVChatCallback<AVChatChannelInfo>) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Create a group room and set parameters for live streaming
- createScreenVideoCapturer(Intent, MediaProjection.Callback) - Static method in class com.netease.nimlib.sdk.avchat.video.AVChatVideoCapturerFactory
-
Create the screen capturer
- createSession(String, String, RTSCallback<Void>) - Method in class com.netease.nimlib.sdk.rts.RTSManager2
-
Create a session using a session ID
- createSpecializedKey(String) - Static method in class com.netease.nimlib.sdk.avchat.model.AVChatParameters.Key
-
Create a special key
- createTeam(Map<TeamFieldEnum, Serializable>, TeamTypeEnum, String, List<String>) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Create a group
- createTeam(Map<TeamFieldEnum, Serializable>, TeamTypeEnum, String, List<String>, AntiSpamConfig) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Create a group
- CreateTeamResult - Class in com.netease.nimlib.sdk.team.model
-
Create a group
- CreateTeamResult(Team, ArrayList<String>) - Constructor for class com.netease.nimlib.sdk.team.model.CreateTeamResult
-
- createTextMessage(String, SessionTypeEnum, String) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create a text message
- createTimestamp - Variable in class com.netease.nimlib.sdk.avsignalling.model.ChannelBaseInfo
-
- createTipMessage(String) - Static method in class com.netease.nimlib.sdk.chatroom.ChatRoomMessageBuilder
-
Create a tip message
- createTipMessage(String, SessionTypeEnum) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create a tip message
- createVideoMessage(String, SessionTypeEnum, File, long, int, int, String) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create a video message
- createVideoMessage(String, SessionTypeEnum, File, long, int, int, String, String) - Static method in class com.netease.nimlib.sdk.msg.MessageBuilder
-
Create a video message and specify the NOS scene key for upload
- CREATOR - Static variable in class com.netease.nimlib.sdk.auth.LoginInfo
-
- CREATOR - Static variable in class com.netease.nimlib.sdk.chatroom.model.CdnRequestData
-
- CREATOR - Static variable in class com.netease.nimlib.sdk.chatroom.model.ChatRoomCdnInfo
-
- CREATOR - Static variable in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
- CREATOR - Static variable in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
- CREATOR - Static variable in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomResultData
-
- CREATOR - Static variable in class com.netease.nimlib.sdk.msg.model.CaptureDeviceInfoConfig
-
- creatorAccountId - Variable in class com.netease.nimlib.sdk.avsignalling.model.ChannelBaseInfo
-
- CROP_RATIO_16_9 - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatVideoCropRatio
-
Cropping in 16:9
- CROP_RATIO_1_1 - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatVideoCropRatio
-
Cropping in 1:1
- CROP_RATIO_4_3 - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatVideoCropRatio
-
Cropping in 4:3
- CROP_RATIO_NONE - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatVideoCropRatio
-
No cropping
- cropAndScale(int, int, int, int, int, int) - Method in class com.netease.nimlib.sdk.avchat.video.AVChatBuffer
-
- CustomChatRoomMessageConfig - Class in com.netease.nimlib.sdk.chatroom.model
-
Custom chat room message configuration
- CustomChatRoomMessageConfig() - Constructor for class com.netease.nimlib.sdk.chatroom.model.CustomChatRoomMessageConfig
-
- customInfo(String) - Method in class com.netease.nimlib.sdk.avsignalling.builder.CallParamBuilder
-
Custom info added by an inviter and transferred in a pass-through mode
- customInfo(String) - Method in class com.netease.nimlib.sdk.avsignalling.builder.InviteParamBuilder
-
- CustomMessageConfig - Class in com.netease.nimlib.sdk.msg.model
-
Message configuration for the life cycle of messages and whether to push or count as unread.
- CustomMessageConfig() - Constructor for class com.netease.nimlib.sdk.msg.model.CustomMessageConfig
-
- CustomNotification - Class in com.netease.nimlib.sdk.msg.model
-
Custom notification
Custom notifications are delivered in transparent transmission mode and will not be parsed or stored.
- CustomNotification() - Constructor for class com.netease.nimlib.sdk.msg.model.CustomNotification
-
- CustomNotificationConfig - Class in com.netease.nimlib.sdk.msg.model
-
Custom notification configuration
- CustomNotificationConfig() - Constructor for class com.netease.nimlib.sdk.msg.model.CustomNotificationConfig
-
- customPushContentType - Variable in class com.netease.nimlib.sdk.SDKOptions
-
The type of the string to be displayed when offline push does not display details
- customTitleWhenTeamNameEmpty - Variable in class com.netease.nimlib.sdk.StatusBarNotificationConfig
-
If the group name is null or empty string, use customTitleWhenTeamNameEmpty for the title on the notification bar.
- GenderEnum - Enum in com.netease.nimlib.sdk.uinfo.constant
-
Created by huangjun on 2015/9/17.
- genderOfValue(int) - Static method in enum com.netease.nimlib.sdk.uinfo.constant.GenderEnum
-
- get(AVChatParameters.Key<T>) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatParameters
-
- GET - Static variable in interface com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.Method
-
- getAacSampleRate(String) - Static method in class com.netease.nimlib.sdk.media.util.MediaUtil
-
Only for AAC files
- getAccid() - Method in class com.netease.nimlib.sdk.msg.attachment.NetCallAttachment.Duration
-
- getAccount() - Method in class com.netease.nimlib.sdk.auth.LoginInfo
-
Get the user account
- getAccount() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent
-
- getAccount() - Method in interface com.netease.nimlib.sdk.avchat.model.AVChatData
-
Get the peer account.
- getAccount() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Get a member account
- getAccount() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Get the user account in independent login mode
- getAccount() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomResultData
-
- getAccount() - Method in class com.netease.nimlib.sdk.chatroom.model.MemberOption
-
Get a member account
- getAccount() - Method in class com.netease.nimlib.sdk.friend.model.AddFriendData
-
Get an account
- getAccount() - Method in class com.netease.nimlib.sdk.friend.model.AddFriendNotify
-
- getAccount() - Method in interface com.netease.nimlib.sdk.friend.model.Friend
-
Get a friend account
- getAccount() - Method in class com.netease.nimlib.sdk.friend.model.MuteListChangedNotify
-
Get accounts that are muted or unmuted
- getAccount() - Method in interface com.netease.nimlib.sdk.msg.model.MsgPinOption
-
Get the account ID
- getAccount() - Method in class com.netease.nimlib.sdk.rts.model.RTSCommonEvent
-
- getAccount() - Method in interface com.netease.nimlib.sdk.rts.model.RTSData
-
Get the peer account
The method is valid for one-to-one calls
- getAccount() - Method in class com.netease.nimlib.sdk.rts.model.RTSTunData
-
- getAccount() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamMember
-
Get the account of a group member
- getAccount() - Method in interface com.netease.nimlib.sdk.team.model.TeamMember
-
Get the account of a group member
- getAccount() - Method in interface com.netease.nimlib.sdk.uinfo.model.UserInfo
-
Get the user profile of an account
- getAccountId() - Method in class com.netease.nimlib.sdk.avsignalling.model.MemberInfo
-
Get the account ID that logs in IM
- getAckAccountList() - Method in class com.netease.nimlib.sdk.msg.model.TeamMsgAckInfo
-
- getAckCount() - Method in class com.netease.nimlib.sdk.msg.model.TeamMessageReceipt
-
- getAckCount() - Method in class com.netease.nimlib.sdk.msg.model.TeamMsgAckInfo
-
- getAckStatus() - Method in class com.netease.nimlib.sdk.avsignalling.event.InviteAckEvent
-
Get the response operation.
- getAddedAccounts() - Method in class com.netease.nimlib.sdk.friend.model.BlackListChangedNotify
-
Get the accounts added to the blacklist.
- getAddedOrUpdatedFriends() - Method in class com.netease.nimlib.sdk.friend.model.FriendChangedNotify
-
Get the accounts added to the friend list and update the friend list
- getAddedOrUpdatedRobots() - Method in class com.netease.nimlib.sdk.robot.model.RobotChangedNotify
-
Add a new bot or update changed bot
- getAddress() - Method in class com.netease.nimlib.sdk.msg.attachment.LocationAttachment
-
Get the description of the location
- getAlias() - Method in interface com.netease.nimlib.sdk.friend.model.Friend
-
Get the alias of a friend
- getAllRobots() - Method in interface com.netease.nimlib.sdk.robot.RobotService
-
Get the local bots in service.
- getAllUserInfo() - Method in interface com.netease.nimlib.sdk.uinfo.UserService
-
Get all user profiles from the local database.
- getAnnouncement() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Get the chat room announcement
- getAnnouncement() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomUpdateInfo
-
Get the chat room announcement
- getAnnouncement() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Get the announcement of a group
- getAnnouncement() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Get the announcement of a group
- getAntiSpamBusinessId() - Method in class com.netease.nimlib.sdk.antispam.model.AntiSpamConfig
-
- getAntiSpamConfig() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
- getApnsText() - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
get the content of a message pushed over APNS on iOS devices.
- getAppKey() - Method in class com.netease.nimlib.sdk.auth.LoginInfo
-
Get the App Key of the current project
- getAppKey() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Get the AppKey of a chat room
- getAttach() - Method in interface com.netease.nimlib.sdk.migration.model.IHistoryRecord
-
Get the custom extension of the record
- getAttach() - Method in class com.netease.nimlib.sdk.msg.model.RevokeMsgNotification
-
Message attachment
- getAttach() - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Get the attachment of a system message.
- getAttachment() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the attachment of a message The interface is valid inf the retuned value of
IMMessage.getMsgType()
is not text.
- getAttachment() - Method in interface com.netease.nimlib.sdk.msg.model.RecentContact
-
If the most recent message belongs to the extended type, get the attachment of the message.
- getAttachObject() - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Get the parsed attachment object of a system message.
- getAttachStatus() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the status of a message attachment
- getAttachStr() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the text of an attachment
- getAuthRefer() - Method in interface com.netease.nimlib.sdk.FcsDownloadAuthStrategy
-
refer will validate the custom Refer and User_Agent.
- getAuthType() - Method in class com.netease.nimlib.sdk.auth.LoginInfo
-
SDK authentication type
0: the original verification method using loginToken.
- getAutoTransform() - Method in class com.netease.nimlib.sdk.msg.attachment.AudioAttachment
-
- getAvatar() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
get the avatar
You can get the avatar from NimUserInfo or submitted by users when joining a chat room
- getAvatar() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMemberUpdate
-
Get the avatar
- getAvatar() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Get the avatar in a chat room
- getAvatar() - Method in interface com.netease.nimlib.sdk.uinfo.model.UserInfo
-
Get the URL for the avatar of a user profile.
- getAvatarForMessageNotifier(SessionTypeEnum, String) - Method in interface com.netease.nimlib.sdk.uinfo.UserInfoProvider
-
Get the avatar of an individual or group for notifications on the notification bar.
- getBirthday() - Method in interface com.netease.nimlib.sdk.uinfo.model.NimUserInfo
-
Get the birthday
- getBlackList() - Method in interface com.netease.nimlib.sdk.friend.FriendService
-
Get the accounts in the blacklist
- getBody() - Method in class com.netease.nimlib.sdk.passthrough.model.PassthroughNotifyData
-
- getBody() - Method in class com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData
-
- getBoolean(AVChatParameters.Key<Boolean>) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatParameters
-
- getBotId() - Method in interface com.netease.nimlib.sdk.robot.model.NimRobotInfo
-
Get the bot ID
- getBroadcastUrl() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Get the streaming URL
- getBroadcastUrl() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomUpdateInfo
-
Get the streaming URL
- getBucket() - Method in class com.netease.nimlib.sdk.misc.model.NosConfig
-
- getBuffer() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatVideoFrame
-
- getBytesPerSample() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatAudioFrame
-
- getCacheSize() - Method in interface com.netease.nimlib.sdk.lucene.LuceneService
-
Get the size of the cached data
- getCallbackExt() - Method in class com.netease.nimlib.sdk.msg.model.RevokeMsgNotification
-
- getCallbackExtension() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the custom extension field returned by a third party callback
- getCdnDomain() - Method in class com.netease.nimlib.sdk.misc.model.NosConfig
-
- getCdnUrlArray() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomCdnInfo
-
- getChannelBaseInfo() - Method in class com.netease.nimlib.sdk.avsignalling.event.ChannelCommonEvent
-
Get the channel info
- getChannelBaseInfo() - Method in interface com.netease.nimlib.sdk.avsignalling.event.SignallingEvent
-
Get the channel basic info
- getChannelBaseInfo() - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelFullInfo
-
Get the channel basic info
- getChannelExt() - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelBaseInfo
-
Get the extension field of a channel
- getChannelExt() - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelFullInfo
-
Get the extension field of a channel
- getChannelFullInfo() - Method in class com.netease.nimlib.sdk.avsignalling.event.MemberUpdateEvent
-
Complete channel info, channel info with list of channel members
- getChannelFullInfo() - Method in class com.netease.nimlib.sdk.avsignalling.event.SyncChannelListEvent
-
Get the complete channel info
- getChannelId() - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelBaseInfo
-
Get the channel ID
- getChannelId() - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelFullInfo
-
Get the channel ID
- getChannelId() - Method in class com.netease.nimlib.sdk.msg.attachment.NetCallAttachment
-
- getChannelId(boolean, boolean, boolean, boolean) - Method in interface com.netease.nimlib.sdk.msg.NotificationChannelProvider
-
Get notified of the channel ID before a notification pops up
- getChannelId() - Method in class com.netease.nimlib.sdk.rts.model.RTSCommonEvent
-
- getChannelId() - Method in interface com.netease.nimlib.sdk.rts.model.RTSData
-
Get the channel ID assigned by the server
- getChannelName() - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelBaseInfo
-
Get the channel name
- getChannelName() - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelFullInfo
-
Get the channel name
- getChannels() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatAudioFrame
-
- getChannelStatus() - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelBaseInfo
-
Get the channel state
- getChannelStatus() - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelFullInfo
-
Get the channel state
- getChatId() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent
-
- getChatId() - Method in interface com.netease.nimlib.sdk.avchat.model.AVChatData
-
Get the call ID
- getChatRoomAuthProvider() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
- getChatRoomConfig() - Method in interface com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage
-
Get the configuration of chat room messages
- getChatRoomLinkAddresses(String, String) - Method in interface com.netease.nimlib.sdk.chatroom.model.ChatRoomIndependentCallback
-
- getChatRoomMessageExtension() - Method in interface com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage
-
Get the extended property of a chat room message
- getChatRoomQueueChangeType() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomPartClearAttachment
-
- getChatRoomQueueChangeType() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomQueueBatchAddAttachment
-
- getChatRoomQueueChangeType() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomQueueChangeAttachment
-
- getChatRoomSpatialLocation() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
- getChatType() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent
-
- getChatType() - Method in interface com.netease.nimlib.sdk.avchat.model.AVChatData
-
Get the call type
- getClientIp() - Method in interface com.netease.nimlib.sdk.auth.OnlineClient
-
- getClientType() - Method in interface com.netease.nimlib.sdk.auth.OnlineClient
-
Client type
- getClientType() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatOnlineAckEvent
-
Get the client types
- getClientType() - Method in interface com.netease.nimlib.sdk.migration.model.IHistoryRecord
-
The client type of the record: Android: 1, IOS: 2, WINDOWS: 4
- getClientType() - Method in class com.netease.nimlib.sdk.rts.model.RTSOnlineAckEvent
-
Get the client types
- getCode() - Method in interface com.netease.nimlib.sdk.team.model.TeamInfoResult
-
Get the response code
- getCollectList() - Method in interface com.netease.nimlib.sdk.msg.model.CollectInfoPage
-
Get the list of favorites
- getCommand() - Method in class com.netease.nimlib.sdk.rts.model.RTSControlEvent
-
- getCommandInfo() - Method in class com.netease.nimlib.sdk.rts.model.RTSControlEvent
-
- getCommentOption() - Method in class com.netease.nimlib.sdk.msg.model.HandleQuickCommentOption
-
- getConfig() - Method in class com.netease.nimlib.sdk.event.model.Event
-
- getConfig() - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
- getConfig() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the configuration of a message.
- getConfigByClient(int) - Method in class com.netease.nimlib.sdk.event.model.Event
-
- getConnectStatus() - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Get the current connection status
- getContactId() - Method in interface com.netease.nimlib.sdk.msg.model.RecentContact
-
Get the contact ID
- getContent() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomQueueChangeAttachment
-
- getContent() - Method in class com.netease.nimlib.sdk.msg.model.BroadcastMessage
-
- getContent() - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
Get the content of a message
- getContent() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the content of a message
If the message type is
MsgTypeEnum.text
, the text is the message content.
- getContent() - Method in class com.netease.nimlib.sdk.msg.model.LocalAntiSpamResult
-
- getContent() - Method in interface com.netease.nimlib.sdk.msg.model.RecentContact
-
Get the content of the most recent message
Text messages return text.
- getContent() - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Get the content of a system message
For example, An extra info for a join request or reason for decline
- getContentMap() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomPartClearAttachment
-
- getContentMap() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomQueueChangeAttachment
-
- getContentMapList() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomQueueBatchAddAttachment
-
- getControlCommand() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatControlEvent
-
Get the control command enumeration
- getCount() - Method in class com.netease.nimlib.sdk.search.model.MsgIndexRecord
-
- getCreateTime() - Method in interface com.netease.nimlib.sdk.msg.model.CollectInfo
-
Creation time
- getCreateTime() - Method in interface com.netease.nimlib.sdk.msg.model.MsgPinOption
-
Get the creation time
- getCreateTime() - Method in interface com.netease.nimlib.sdk.msg.model.StickTopSessionInfo
-
Get the time when the session is created
- getCreateTime() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Get the creation time of a group
- getCreateTime() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Get the creation time of a group
- getCreateTimestamp() - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelBaseInfo
-
Get the creation time of a channel
- getCreateTimestamp() - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelFullInfo
-
Get the creation time of a channel
- getCreator() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Get the account of a chat room owner
- getCreator() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Get the account that created a group
- getCreator() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Get the account that created a group
- getCreatorAccountId() - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelBaseInfo
-
Get the accountId of a channel owner
- getCreatorAccountId() - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelFullInfo
-
Get the accountId of a channel owner
- getCurrentChatId() - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Get the session ID
- getCurrentPosition() - Method in class com.netease.nimlib.sdk.media.player.AudioPlayer
-
Get the current position of the playback
- getCurrentRecordMaxAmplitude() - Method in class com.netease.nimlib.sdk.media.record.AudioRecorder
-
Get the maximum amplitude during recording.
- getCurrentZoom() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatCameraCapturer
-
Get the current scale
- getCustomAuthToken(String) - Method in interface com.netease.nimlib.sdk.FcsDownloadAuthStrategy
-
User-defined authentication provided with custom token based on the URL.
- getCustomClientType() - Method in class com.netease.nimlib.sdk.auth.LoginInfo
-
The custom client type.
- getCustomClientType() - Method in interface com.netease.nimlib.sdk.auth.OnlineClient
-
- getCustomInfo() - Method in class com.netease.nimlib.sdk.avsignalling.event.ChannelCommonEvent
-
Get the custom info
- getCustomInfo() - Method in interface com.netease.nimlib.sdk.avsignalling.event.SignallingEvent
-
Get the custom info
- getCustomInfo() - Method in class com.netease.nimlib.sdk.msg.model.RevokeMsgNotification
-
Get the information of the custom fields.
- getCustomInfo() - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Get the custom information.
- getCustomTag() - Method in interface com.netease.nimlib.sdk.auth.OnlineClient
-
- getData() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatAudioFrame
-
- getData() - Method in interface com.netease.nimlib.sdk.msg.model.CollectInfo
-
Data that contains a maximum of 20,480 characters
- getData() - Method in class com.netease.nimlib.sdk.rts.model.RTSTunData
-
- getDataU() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatI420Buffer
-
- getDataV() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatI420Buffer
-
- getDataY() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatI420Buffer
-
- getDeadline() - Method in class com.netease.nimlib.sdk.misc.model.NosConfig
-
- getDecryptKey() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomCdnInfo
-
- getDeletedFriends() - Method in class com.netease.nimlib.sdk.friend.model.FriendChangedNotify
-
Get the accounts removed from the friend list
- getDeletedRobots() - Method in class com.netease.nimlib.sdk.robot.model.RobotChangedNotify
-
Get deleted bots
- getDeleteMsgClientId() - Method in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
- getDeleteMsgCreateTime() - Method in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
- getDeleteMsgServerId() - Method in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
- getDesc() - Method in enum com.netease.nimlib.sdk.StatusCode
-
- getDesc() - Method in class com.netease.nimlib.sdk.StatusCodeInfo
-
- getDeviceID() - Method in interface com.netease.nimlib.sdk.auth.AuthService
-
Get the device ID that sent to the server during login.
- getDirect() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the message direction: sent or received message
- getDisplayName() - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Get the display name of a file.
- getDisplayNameForMessageNotifier(String, String, SessionTypeEnum) - Method in interface com.netease.nimlib.sdk.uinfo.UserInfoProvider
-
Get the display name of a sender on the notification bar.
- getDistance() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomSpatialLocation
-
- getDocId() - Method in interface com.netease.nimlib.sdk.document.model.DMData
-
Get the document ID, which is the unique identifier
- getDocName() - Method in interface com.netease.nimlib.sdk.document.model.DMData
-
Get the document name
- getDocSize() - Method in interface com.netease.nimlib.sdk.document.model.DMData
-
Get the size of a document in bytes
- getDocType() - Method in interface com.netease.nimlib.sdk.document.model.DMData
-
Get the type of a document.
- getDownloadAuthType() - Method in interface com.netease.nimlib.sdk.FcsDownloadAuthStrategy
-
Get the authentication type.
- getDuration() - Method in interface com.netease.nimlib.sdk.avchat.model.AVChatAttachment
-
Get the call duration
- getDuration() - Method in interface com.netease.nimlib.sdk.document.model.DMPicInfo
-
Get the duration for document conversion
- getDuration() - Method in class com.netease.nimlib.sdk.media.player.AudioPlayer
-
Get the duration of an audio file
- getDuration() - Method in class com.netease.nimlib.sdk.msg.attachment.AudioAttachment
-
Get the duration of the audio file
- getDuration() - Method in class com.netease.nimlib.sdk.msg.attachment.NetCallAttachment.Duration
-
- getDuration() - Method in class com.netease.nimlib.sdk.msg.attachment.VideoAttachment
-
Get the duration of a video file
- getDurations() - Method in class com.netease.nimlib.sdk.msg.attachment.NetCallAttachment
-
- getEmail() - Method in interface com.netease.nimlib.sdk.uinfo.model.NimUserInfo
-
Get the email
- getEndTime() - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- getEnterErrorCode(String) - Method in interface com.netease.nimlib.sdk.chatroom.ChatRoomService
-
Get an error code for failures to join a chat room
An error code is returned in the callback for enterChatRoom if a user manually logs in.
- getEnterTime() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Get the time joining a chat room
The field is empty for offline members
- getEnv() - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
Get the environment variable
Used to point to different types of configurations for message delivery and third-party callbacks.
- getEnv() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the environment variable
Used to point to different types of configurations for message delivery and third-party callbacks.
- getEvent() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent
-
- getEvent() - Method in class com.netease.nimlib.sdk.friend.model.AddFriendNotify
-
- getEvent() - Method in class com.netease.nimlib.sdk.rts.model.RTSCommonEvent
-
- getEventId() - Method in class com.netease.nimlib.sdk.event.model.Event
-
- getEventType() - Method in class com.netease.nimlib.sdk.avsignalling.event.ChannelCommonEvent
-
event type
- getEventType() - Method in interface com.netease.nimlib.sdk.avsignalling.event.SignallingEvent
-
Get the event type
- getEventType() - Method in class com.netease.nimlib.sdk.event.model.Event
-
- getEventType() - Method in class com.netease.nimlib.sdk.event.model.EventSubscribeRequest
-
- getEventType() - Method in class com.netease.nimlib.sdk.event.model.EventSubscribeResult
-
- getEventValue() - Method in class com.netease.nimlib.sdk.event.model.Event
-
- getExpire() - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
- getExpireTime() - Method in class com.netease.nimlib.sdk.avsignalling.model.MemberInfo
-
Get the expiration time of a member
- getExpireTimestamp() - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelBaseInfo
-
Get the expiration time of a channel
- getExpireTimestamp() - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelFullInfo
-
Get the expiration time of a channel
- getExpiry() - Method in class com.netease.nimlib.sdk.event.model.Event
-
- getExpiry() - Method in class com.netease.nimlib.sdk.event.model.EventSubscribeRequest
-
- getExpiry() - Method in class com.netease.nimlib.sdk.event.model.EventSubscribeResult
-
- getExt() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomTagsInfo
-
- getExt() - Method in interface com.netease.nimlib.sdk.msg.model.CollectInfo
-
Extension field that can hold 1,024 characters
- getExt() - Method in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
- getExt() - Method in interface com.netease.nimlib.sdk.msg.model.MsgPinOption
-
Get the extension field
- getExt() - Method in class com.netease.nimlib.sdk.msg.model.QuickCommentOption
-
- getExt() - Method in interface com.netease.nimlib.sdk.msg.model.RecentSession
-
Get the extended field
- getExt() - Method in class com.netease.nimlib.sdk.msg.model.SessionMsgDeleteOption
-
- getExt() - Method in interface com.netease.nimlib.sdk.msg.model.StickTopSessionInfo
-
Get the extended field
- getExtendMessage() - Method in interface com.netease.nimlib.sdk.avchat.model.AVChatAttachment
-
Get the custom field from the caller
- getExtension() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Get the extension field of a chat room
- getExtension() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomKickOutEvent
-
- getExtension() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Get the extension field
The extension field can contain 4000 characters and is submitted by users when joining a chat room
- getExtension() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMemberUpdate
-
Get the extension field
- getExtension() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment
-
- getExtension() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomUpdateInfo
-
Get a third-party extension field
- getExtension() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Get the extension field after joining a chat room
- getExtension() - Method in interface com.netease.nimlib.sdk.friend.model.Friend
-
Get the extended field
- getExtension() - Method in class com.netease.nimlib.sdk.friend.model.TeamInviteNotify
-
- getExtension() - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Get the file extension
- getExtension() - Method in class com.netease.nimlib.sdk.msg.attachment.NotificationAttachmentWithExtension
-
- getExtension() - Method in interface com.netease.nimlib.sdk.msg.model.RecentContact
-
Get the extension field
- getExtension() - Method in class com.netease.nimlib.sdk.nos.model.NosTransferInfo
-
Get the file extension
- getExtension() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Get the extension of a group
The field is defined by third party apps.
- getExtension() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamMember
-
Get the extension field that contains up to 32 characters
- getExtension() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Get the extension of a group
The field is defined by third party apps.
- getExtension() - Method in interface com.netease.nimlib.sdk.team.model.TeamMember
-
Get the extension field
- getExtension() - Method in interface com.netease.nimlib.sdk.uinfo.model.NimUserInfo
-
Get the extension field
- getExtensionMap() - Method in interface com.netease.nimlib.sdk.uinfo.model.NimUserInfo
-
Get the extension field.
- getExtra() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent
-
- getExtra() - Method in interface com.netease.nimlib.sdk.avchat.model.AVChatData
-
Get user defined info
- getExtra() - Method in interface com.netease.nimlib.sdk.document.model.DMData
-
Get the extension fields when the convert request is sent
- getExtra() - Method in class com.netease.nimlib.sdk.rts.model.RTSCommonEvent
-
- getExtra() - Method in interface com.netease.nimlib.sdk.rts.model.RTSData
-
Get the exta info from the sender
- getExtraInfo() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatLiveCompositingLayout
-
Deprecated.
Get extra info.
- getExtServer() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
- getExtServer() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
- getFailedInviteAccounts() - Method in class com.netease.nimlib.sdk.team.model.CreateTeamResult
-
- getFailedTeamIdList() - Method in interface com.netease.nimlib.sdk.team.model.TeamInfoResult
-
Get the list of failed groups
- getFailFinal() - Method in class com.netease.nimlib.sdk.chatroom.model.CdnRequestData
-
- getField() - Method in class com.netease.nimlib.sdk.team.model.UpdateTeamAttachment
-
Get the updated fields of a group profile.
- getFieldType() - Method in enum com.netease.nimlib.sdk.friend.constant.FriendFieldEnum
-
- getFieldType() - Method in enum com.netease.nimlib.sdk.team.constant.TeamFieldEnum
-
- getFieldType() - Method in enum com.netease.nimlib.sdk.uinfo.constant.UserInfoFieldEnum
-
- getFileName() - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Get the file name
- getFileSuffix() - Method in enum com.netease.nimlib.sdk.media.record.RecordType
-
- getFloat(AVChatParameters.Key<Float>) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatParameters
-
- getForcePushContent() - Method in class com.netease.nimlib.sdk.msg.model.MemberPushOption
-
Get the content for force push
- getForcePushList() - Method in class com.netease.nimlib.sdk.msg.model.MemberPushOption
-
Get the list of accounts for force push
- getFormat() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatBuffer
-
- getFriendAccounts() - Method in interface com.netease.nimlib.sdk.friend.FriendService
-
Get the accounts of friends
- getFriendByAccount(String) - Method in interface com.netease.nimlib.sdk.friend.FriendService
-
Get friends by accounts
- getFriends() - Method in interface com.netease.nimlib.sdk.friend.FriendService
-
Get the list of friends
- getFrom() - Method in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
- getFromAccid() - Method in class com.netease.nimlib.sdk.passthrough.model.PassthroughNotifyData
-
- getFromAccount() - Method in class com.netease.nimlib.sdk.msg.model.BroadcastMessage
-
- getFromAccount() - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
Get the account that sent the notification
- getFromAccount() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the sender of a message
- getFromAccount() - Method in class com.netease.nimlib.sdk.msg.model.MessageKey
-
- getFromAccount() - Method in class com.netease.nimlib.sdk.msg.model.QuickCommentOption
-
- getFromAccount() - Method in interface com.netease.nimlib.sdk.msg.model.RecentContact
-
Get the account of a sender that sent the most recent messages
- getFromAccount() - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Get the account that initiates the system message.
- getFromAccountId() - Method in class com.netease.nimlib.sdk.avsignalling.event.ChannelCommonEvent
-
Get the account of the sender
- getFromAccountId() - Method in interface com.netease.nimlib.sdk.avsignalling.event.SignallingEvent
-
Get the sender of a notification
For example:
For
InvitedEvent
, fromAccountId represents the inviter
For
InviteAckEvent
, fromAccountId represents the invitee
Note: For multi-device notifications, FromAccountId represent the current user
- getFromClientType() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the sender type
- getFromIds() - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- getFromNick() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the nickname of a sender
- getFromNick() - Method in interface com.netease.nimlib.sdk.msg.model.RecentContact
-
Get the nickname of an user that sent the most recent message.
- getFromRobotAccount() - Method in class com.netease.nimlib.sdk.robot.model.RobotAttachment
-
- getFromTime() - Method in class com.netease.nimlib.sdk.msg.model.MsgFullKeywordSearchConfig
-
- getFromTime() - Method in class com.netease.nimlib.sdk.msg.model.MsgTimingFullKeywordSearchConfig
-
Get the start time
- getGenderEnum() - Method in interface com.netease.nimlib.sdk.uinfo.model.NimUserInfo
-
Get the gender
- getHeader() - Method in class com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData
-
- getHeight() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatBuffer
-
- getHeight() - Method in interface com.netease.nimlib.sdk.document.model.DMPicInfo
-
Get the height of an image
- getHeight() - Method in class com.netease.nimlib.sdk.msg.attachment.ImageAttachment
-
Get the height of an image
- getHeight() - Method in class com.netease.nimlib.sdk.msg.attachment.VideoAttachment
-
Get the video height
- getHitInfo() - Method in class com.netease.nimlib.sdk.search.model.MsgIndexRecord
-
- getIcon() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
get the avatar of a group
- getIcon() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
get the avatar of a group
- getId() - Method in class com.netease.nimlib.sdk.msg.model.BroadcastMessage
-
- getId() - Method in interface com.netease.nimlib.sdk.msg.model.CollectInfo
-
Get the bookmark ID that is unique and generated by the server side.
- getId() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Get the ID of a group
- getId() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Get the ID of a group
- getIndependentModeCallback() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
- getInstance() - Static method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Get an instance of an abstract class
- getInstance() - Static method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Get basic audio and video call
- getInstance() - Static method in class com.netease.nimlib.sdk.document.DocumentManager
-
Get an instance of document management
- getInstance() - Static method in class com.netease.nimlib.sdk.rts.RTSManager
-
Get an instance of an abstract class
- getInstance() - Static method in class com.netease.nimlib.sdk.rts.RTSManager2
-
Get an instance of an abstract class
- getInteger(AVChatParameters.Key<Integer>) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatParameters
-
- getIntroduce() - Method in interface com.netease.nimlib.sdk.robot.model.NimRobotInfo
-
Get the bot info
- getIntroduce() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Get the group introduction
- getIntroduce() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Get the group introduction
- getInvitorAccid() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamMember
-
Get the inviter.
- getInvitorAccid() - Method in interface com.netease.nimlib.sdk.team.model.TeamMember
-
Get the inviter.
- getJoinTime() - Method in class com.netease.nimlib.sdk.avsignalling.model.MemberInfo
-
Get the time when a user joined a channel
- getJoinTime() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamMember
-
Get the time when group members joined the group
- getJoinTime() - Method in interface com.netease.nimlib.sdk.team.model.TeamMember
-
Get the time when group members joined the group
- getKey() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomQueueChangeAttachment
-
- getKey() - Method in class com.netease.nimlib.sdk.msg.model.HandleQuickCommentOption
-
- getKey() - Method in class com.netease.nimlib.sdk.msg.model.MsgPinNotifyOption
-
- getKey() - Method in interface com.netease.nimlib.sdk.msg.model.MsgPinSyncResponseOption
-
Get the message key
- getKey() - Method in class com.netease.nimlib.sdk.msg.model.QuickCommentOptionWrapper
-
- getKey() - Method in class com.netease.nimlib.sdk.nos.model.NosTransferInfo
-
Get the unique identifier for the current file transfer.
- getKey() - Method in class com.netease.nimlib.sdk.nos.model.NosTransferProgress
-
Get the unique key.
- getKeyword() - Method in class com.netease.nimlib.sdk.msg.model.MsgFullKeywordSearchConfig
-
- getKeyword() - Method in class com.netease.nimlib.sdk.msg.model.MsgTimingFullKeywordSearchConfig
-
Get a keyword
- getKickedClientType() - Method in interface com.netease.nimlib.sdk.auth.AuthService
-
If the current login is invalidated, the interface allows you to get the type of client that invalidates the current login.
- getKickedCustomClientType() - Method in interface com.netease.nimlib.sdk.auth.AuthService
-
Get the type of clients that invalidate the current login.
- getLastMsg() - Method in interface com.netease.nimlib.sdk.msg.model.RecentSession
-
Get the recent message
- getLastMsgType() - Method in interface com.netease.nimlib.sdk.msg.model.RecentSession
-
Get the type of the last message.
- getLatitude() - Method in class com.netease.nimlib.sdk.msg.attachment.LocationAttachment
-
Get the latitude
- getLayoutMode() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatLiveTaskConfig
-
- getLayoutPara() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatLiveTaskConfig
-
- getLength() - Method in class com.netease.nimlib.sdk.rts.model.RTSTunData
-
- getLimit() - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- getLimit() - Method in class com.netease.nimlib.sdk.msg.model.QueryMySessionOption
-
- getLocalExtension() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the local extension field that is applied locally
- getLocalSessionId() - Method in class com.netease.nimlib.sdk.rts.model.RTSCommonEvent
-
- getLocalSessionId() - Method in interface com.netease.nimlib.sdk.rts.model.RTSData
-
Get the ID of a local session
- getLoginAuthType() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Get the authentication type.
- getLoginExt() - Method in class com.netease.nimlib.sdk.auth.LoginInfo
-
Custom field for login
If the value of authType is 2, the content of this field is used to get the third-party authentication.
- getLoginExt() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Get the custom field for login
- getLoginTime() - Method in interface com.netease.nimlib.sdk.auth.OnlineClient
-
- getLongitude() - Method in class com.netease.nimlib.sdk.msg.attachment.LocationAttachment
-
Get the longitude
- getMainPictureAccount() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatLiveTaskConfig
-
- getMaxTimestamp() - Method in class com.netease.nimlib.sdk.msg.model.QueryMySessionOption
-
- getMaxZoom() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatCameraCapturer
-
Get the maximum video scale supported by the camera
- getMd5() - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Get the MD5 value of the file content
- getMd5() - Method in class com.netease.nimlib.sdk.nos.model.NosTransferInfo
-
Get the MD5 value of the file content
- getMember() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomResultData
-
- getMemberCount() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Get the member count of a group
- getMemberCount() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Get the member count of a group
- getMemberInfo() - Method in class com.netease.nimlib.sdk.avsignalling.event.UserJoinEvent
-
Get the profile of a member joining a channel
- getMemberInvitor(String, List<String>) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Get the inviter.
- getMemberLevel() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Get the member level
If the value is greater than or equal to 0, developers can define custom member levels.
- getMemberLimit() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Get the upper limit of group members.
- getMemberLimit() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Get the upper limit of group members.
- getMemberPushOption() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the push option for specified members
- getMembers() - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelFullInfo
-
Get member profiles in a channel
- getMemberType() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Get the member types
Member types: guest or non guest
Non guests include restricted members, members, owner, and administrators.
- getMessage() - Method in class com.netease.nimlib.sdk.msg.model.RevokeMsgNotification
-
Get the recalled message
- getMessage() - Method in class com.netease.nimlib.sdk.search.model.MsgIndexRecord
-
- getMessageId() - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Get the ID of a system message
- getMessageNotifyType() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Get the notification type of messages received in the group.
- getMessageNotifyType() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Get the notification type of messages received in the group.
- getMessageSubTypes() - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- getMessageTypes() - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- getMethod() - Method in class com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData
-
- getMinTimestamp() - Method in class com.netease.nimlib.sdk.msg.model.QueryMySessionOption
-
- getMobile() - Method in interface com.netease.nimlib.sdk.uinfo.model.NimUserInfo
-
Get a phone number
- getMode() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatLiveCompositingLayout
-
Deprecated.
Get the compositing mode
- getMode() - Static method in class com.netease.nimlib.sdk.NIMClient
-
Gets the current login mode of the SDK
- getMsg() - Method in class com.netease.nimlib.sdk.friend.model.AddFriendData
-
Get the message with the friend request?
- getMsg() - Method in class com.netease.nimlib.sdk.friend.model.AddFriendNotify
-
- getMsg() - Method in enum com.netease.nimlib.sdk.NotificationFoldStyle
-
- getMsgId() - Method in class com.netease.nimlib.sdk.msg.model.TeamMessageReceipt
-
- getMsgId() - Method in class com.netease.nimlib.sdk.msg.model.TeamMsgAckInfo
-
- getMsgLimit() - Method in class com.netease.nimlib.sdk.msg.model.MsgFullKeywordSearchConfig
-
- getMsgLimit() - Method in class com.netease.nimlib.sdk.msg.model.MsgTimingFullKeywordSearchConfig
-
Get the limit of messages for search
- getMsgPinInfoList() - Method in interface com.netease.nimlib.sdk.msg.model.MsgPinSyncResponseOptionWrapper
-
If the data changes, the list of full PIN messages in the session is returned
- getMsgStatus() - Method in interface com.netease.nimlib.sdk.msg.model.RecentContact
-
Get the status of the most recent message
- getMsgSubtypeList() - Method in class com.netease.nimlib.sdk.msg.model.MsgFullKeywordSearchConfig
-
- getMsgSubtypeList() - Method in class com.netease.nimlib.sdk.msg.model.MsgTimingFullKeywordSearchConfig
-
Get the list of message subtypes
- getMsgTime() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomRecallAttachment
-
Get the time the message was recalled
- getMsgType() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the message type.
- getMsgType() - Method in interface com.netease.nimlib.sdk.msg.model.RecentContact
-
Get the type of the most recent message
- getMsgTypeList() - Method in class com.netease.nimlib.sdk.msg.model.MsgFullKeywordSearchConfig
-
- getMsgTypeList() - Method in class com.netease.nimlib.sdk.msg.model.MsgTimingFullKeywordSearchConfig
-
Get the list of messages types
- getMsgUuid() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomRecallAttachment
-
Get the uuid of a recalled messages.
- getMultiClientConfig() - Method in class com.netease.nimlib.sdk.event.model.Event
-
- getMuteDuration() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomTempMuteAddAttachment
-
Get the duration in a muted state in seconds
- getMuteDuration() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomTempMuteRemoveAttachment
-
Get the duration in a mute state
- getMuteList() - Method in interface com.netease.nimlib.sdk.friend.FriendService
-
Get the accounts whose alert setting is muted
- getMuteMode() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Get the all-mute mode
- getMuteMode() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Get the all-mute mode
- getName() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Get the chat room name
- getName() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomUpdateInfo
-
Get the chat room name
- getName() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Get the name of a group
- getName() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Get the name of a group
- getName() - Method in interface com.netease.nimlib.sdk.uinfo.model.UserInfo
-
Get the user name
- getNeedNotify() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomTagsInfo
-
- getNetworkProxy() - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Get the specified network proxy
- getNetworkProxy() - Method in class com.netease.nimlib.sdk.rts.RTSManager
-
Get the network proxy
- getNetworkProxy() - Method in class com.netease.nimlib.sdk.rts.RTSManager2
-
Get the specified network proxy
- getNewReaderAccount() - Method in class com.netease.nimlib.sdk.msg.model.TeamMessageReceipt
-
- getNewReaderAccount() - Method in class com.netease.nimlib.sdk.msg.model.TeamMsgAckInfo
-
- getNick() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Get the nickname
Get the nickname from NimUserInfo or submitted by users when joining a chat room
- getNick() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMemberUpdate
-
Get the nick name
- getNick() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Get the nick name in a chat room
- getNIMAntiSpamOption() - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
Get the anti-spam configuration
- getNIMAntiSpamOption() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the GuardEase anti-spam configuration
- getNimConfig() - Method in class com.netease.nimlib.sdk.event.model.Event
-
- getNimDefaultCacheDir(Context) - Static method in class com.netease.nimlib.sdk.util.NIMUtil
-
- getNosTokenScene() - Method in class com.netease.nimlib.sdk.NosTokenSceneConfig
-
Get all scenario copies.
- getNosTokenSceneKey() - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Get the NOS token for uploading files
- getNotificationType() - Method in class com.netease.nimlib.sdk.msg.model.RevokeMsgNotification
-
Get the notification type 1: offline; 2: roaming.
- getNotifyExtension() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Get the extension field for notification in a chat room
- getNotifyExtension() - Method in class com.netease.nimlib.sdk.chatroom.model.MemberOption
-
Get the custom extension field for operation notifications
- getNotifyTargetTags() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Query the tags of notification recipients
- getNotifyTargetTags() - Method in interface com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage
-
Get the tag expression of a message
- getNotifyTargetTags() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomTagsInfo
-
- getNotifyTargetTags() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Get target tags for login and logout notifications
- getObjectNamePrefix() - Method in class com.netease.nimlib.sdk.misc.model.NosConfig
-
- getOnlineClients(Event) - Static method in class com.netease.nimlib.sdk.event.model.NimOnlineStateEvent
-
Get the server configuration nim_config for online state events
{"online":[1,2,3...]}
- getOnlineStateEventValue(Event) - Static method in class com.netease.nimlib.sdk.event.model.NimOnlineStateEvent
-
- getOnlineStateEventValue(int) - Static method in enum com.netease.nimlib.sdk.event.model.NimOnlineStateEvent.OnlineStateEventValue
-
- getOnlineUserCount() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Get the number of online users
- getOnPlayListener() - Method in class com.netease.nimlib.sdk.media.player.AudioPlayer
-
- getOperator() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment
-
- getOperator() - Method in class com.netease.nimlib.sdk.msg.model.LocalAntiSpamResult
-
- getOperatorNick() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment
-
- getOrder() - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- getOrder() - Method in class com.netease.nimlib.sdk.msg.model.MsgTimingFullKeywordSearchConfig
-
Get the sorting rule to display messages
- getOriginUrlFromShortUrl(String) - Method in interface com.netease.nimlib.sdk.nos.NosService
-
Get the origin URL from a short URL for clients that have activated the security service for files stored on NOS.
- getOriginUrlFromShortUrl(String, String) - Method in interface com.netease.nimlib.sdk.nos.NosService
-
Get the origin URL from a short URL for clients that have activated the security service for files stored on NOS.
- getOs() - Method in interface com.netease.nimlib.sdk.auth.OnlineClient
-
Operating system of the client
- getOsType() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatEngineConfig
-
- getOutputFormat() - Method in enum com.netease.nimlib.sdk.media.record.RecordType
-
- getP2pList() - Method in class com.netease.nimlib.sdk.msg.model.MsgFullKeywordSearchConfig
-
- getP2pList() - Method in class com.netease.nimlib.sdk.msg.model.MsgTimingFullKeywordSearchConfig
-
Get the IDs of P2P sessions
- getPageNum() - Method in interface com.netease.nimlib.sdk.document.model.DMData
-
Get the number of pages of the converted file
- getParameter(AVChatParameters.Key<T>) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Get parameters
For information about parameter types, see AVChatParameters.Key#type()
.
- getParameters(AVChatParameters) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Get parameters
For information about parameter types, see AVChatParameters.Key#type()
.
- getPath() - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Get the local file path.
- getPath() - Method in class com.netease.nimlib.sdk.nos.model.NosTransferInfo
-
Get the local file path
- getPath() - Method in class com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData
-
- getPathForSave() - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Get the file path for save.
- getPicInfoList() - Method in interface com.netease.nimlib.sdk.document.model.DMData
-
Get the image info of the converted files
- getPin() - Method in class com.netease.nimlib.sdk.msg.model.MsgPinNotifyOption
-
- getPinOption() - Method in class com.netease.nimlib.sdk.msg.model.MsgPinDbOption
-
- getPinOption() - Method in interface com.netease.nimlib.sdk.msg.model.MsgPinSyncResponseOption
-
Get the pin info
- getPollingInterval() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomCdnInfo
-
- getProcessName(Context) - Static method in class com.netease.nimlib.sdk.util.NIMUtil
-
- getPublisherAccount() - Method in class com.netease.nimlib.sdk.event.model.Event
-
- getPublisherAccount() - Method in class com.netease.nimlib.sdk.event.model.EventSubscribeResult
-
- getPublisherClientType() - Method in class com.netease.nimlib.sdk.event.model.Event
-
- getPublishers() - Method in class com.netease.nimlib.sdk.event.model.EventSubscribeRequest
-
- getPublishTime() - Method in class com.netease.nimlib.sdk.event.model.Event
-
- getPushConfig() - Method in class com.netease.nimlib.sdk.avsignalling.event.InvitedEvent
-
Get the push configuration
- getPushContent() - Method in class com.netease.nimlib.sdk.avsignalling.model.SignallingPushConfig
-
Get the push content
- getPushContent() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the custom push content
- getPushContent() - Method in class com.netease.nimlib.sdk.msg.model.QuickCommentOption
-
- getPushNoDisturbConfig() - Method in interface com.netease.nimlib.sdk.mixpush.MixPushService
-
Get the configuration of Do-Not-Disturb for push services
- getPushPayload() - Method in class com.netease.nimlib.sdk.avsignalling.model.SignallingPushConfig
-
Get the push payload
- getPushPayload() - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
Get the third-party push payload
- getPushPayload() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the third-party push payload
- getPushPayload() - Method in class com.netease.nimlib.sdk.msg.model.QuickCommentOption
-
- getPushSound() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent
-
- getPushSound() - Method in interface com.netease.nimlib.sdk.avchat.model.AVChatData
-
Get the tone for push
- getPushTitle() - Method in class com.netease.nimlib.sdk.avsignalling.model.SignallingPushConfig
-
Get the title of a push notification
- getPushTitle() - Method in class com.netease.nimlib.sdk.msg.model.QuickCommentOption
-
- getPushType() - Method in interface com.netease.nimlib.sdk.mixpush.model.MixPushToken
-
Get the push notification type
- getPushUrl() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatLiveTaskConfig
-
- getQuery() - Method in class com.netease.nimlib.sdk.search.model.MsgIndexRecord
-
- getQueueLevel() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Get the queue permission configuration
- getQueueLevel() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomUpdateInfo
-
Get the queue management permissions
return queue management permissions
- getQuickCommentList() - Method in class com.netease.nimlib.sdk.msg.model.QuickCommentOptionWrapper
-
- getQuickCommentUpdateTime() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the most recent update time of a quick comment.
- getRawParameters() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatParameters
-
- getReason() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomKickOutEvent
-
- getRecentMessageId() - Method in interface com.netease.nimlib.sdk.msg.model.RecentContact
-
Get the ID of the most recent message.
- getRecord() - Method in class com.netease.nimlib.sdk.search.model.MsgIndexRecord
-
- getRedPacketAuthToken() - Method in interface com.netease.nimlib.sdk.redpacket.RedPacketService
-
Get the red packet SDK token
- getRemoteExtension() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the extension field that will be sent to other clients.
- getRemovedAccounts() - Method in class com.netease.nimlib.sdk.friend.model.BlackListChangedNotify
-
Get the accounts removed from the blacklist
- getReplyAmount() - Method in interface com.netease.nimlib.sdk.msg.model.ThreadTalkHistory
-
Get the number of replies in a thread.
- getReplyList() - Method in interface com.netease.nimlib.sdk.msg.model.ThreadTalkHistory
-
Get the list of replies
- getReplyMsgFromAccount() - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- getReplyMsgIdClient() - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- getReplyMsgIdServer() - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- getReplyMsgTime() - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- getReplyMsgToAccount() - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- getReplyType() - Method in class com.netease.nimlib.sdk.msg.model.QuickCommentOption
-
- getRequestContent() - Method in class com.netease.nimlib.sdk.robot.model.RobotAttachment
-
- getRequestId() - Method in class com.netease.nimlib.sdk.avsignalling.event.CanceledInviteEvent
-
Get the unique request ID generated by the inviter
- getRequestId() - Method in class com.netease.nimlib.sdk.avsignalling.event.InviteAckEvent
-
Get a unique request ID
- getRequestId() - Method in class com.netease.nimlib.sdk.avsignalling.event.InvitedEvent
-
Get a unique request ID
- getRequestParams() - Method in class com.netease.nimlib.sdk.robot.model.RobotAttachment
-
- getRequestTarget() - Method in class com.netease.nimlib.sdk.robot.model.RobotAttachment
-
- getRequestType() - Method in class com.netease.nimlib.sdk.robot.model.RobotAttachment
-
- getResCode() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomResultData
-
- getResponse() - Method in class com.netease.nimlib.sdk.robot.model.RobotAttachment
-
- getResponseForMessageId() - Method in class com.netease.nimlib.sdk.robot.model.RobotAttachment
-
- getRevokeAccount() - Method in class com.netease.nimlib.sdk.msg.model.RevokeMsgNotification
-
Get the account that performed the recall operation
- getRevokeNotification() - Method in interface com.netease.nimlib.sdk.msg.model.RecentSession
-
If the last message is the notification for message recall.
- getRevokeType() - Method in class com.netease.nimlib.sdk.msg.model.RevokeMsgNotification
-
Get the recall types: P2P two-way, group two-way, supergroup two-way, P2P one-way, and undefined.
- getRobotInfo(String) - Method in interface com.netease.nimlib.sdk.robot.RobotService
-
Get bot info based on an account
- getRobotInfoList(List<String>) - Method in interface com.netease.nimlib.sdk.robot.RobotService
-
Get bots info based on accounts
- getRoleInfoTimeTag() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMessageExtension
-
Get last update time of the sender profile
- getRoomId() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Get the chat room ID
- getRoomId() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomKickOutEvent
-
- getRoomId() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Get the chat room ID
- getRoomId() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Get the chat room ID
- getRoomId() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomResultData
-
- getRoomId() - Method in class com.netease.nimlib.sdk.chatroom.model.MemberOption
-
Get the chat room ID
- getRoomInfo() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomResultData
-
- getRotatedHeight() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatVideoFrame
-
- getRotatedWidth() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatVideoFrame
-
- getRotation() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatVideoFrame
-
- getSampleRate() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatAudioFrame
-
- getSamplesPerChannel() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatAudioFrame
-
- getSdkLogUpload(boolean, String, String) - Method in interface com.netease.nimlib.sdk.misc.MiscService
-
Upload log files
- getSdkStorageDirPath() - Static method in class com.netease.nimlib.sdk.NIMClient
-
Gets the data directory path in the SDK.
- getSDKVersion() - Static method in class com.netease.nimlib.sdk.NIMClient
-
Gets the version number of the SDK.
- getSearchContent() - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- getSecretKey() - Method in interface com.netease.nimlib.sdk.migration.model.IHistoryRecord
-
Get the secret key for the record file
- getSenderAvatar() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMessageExtension
-
Get the avatar of a sender
- getSenderExtension() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMessageExtension
-
Get the sender extension
- getSenderList() - Method in class com.netease.nimlib.sdk.msg.model.MsgFullKeywordSearchConfig
-
- getSenderList() - Method in class com.netease.nimlib.sdk.msg.model.MsgTimingFullKeywordSearchConfig
-
Get the list of sender accounts
- getSenderNick() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMessageExtension
-
Get the nickname of a sender
- getSendMessageTip() - Method in enum com.netease.nimlib.sdk.msg.constant.MsgTypeEnum
-
- getServerAddresses() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatEngineConfig
-
- getServerExt() - Method in class com.netease.nimlib.sdk.friend.model.AddFriendNotify
-
- getServerExtension() - Method in interface com.netease.nimlib.sdk.friend.model.Friend
-
Get the extended field that can be edited only on servers.
- getServerId() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the server ID of a message
- getServerId() - Method in class com.netease.nimlib.sdk.msg.model.MessageKey
-
- getServerId() - Method in class com.netease.nimlib.sdk.msg.model.RoamMsgHasMoreOption
-
- getServerTime() - Method in interface com.netease.nimlib.sdk.misc.MiscService
-
Get the current timestamp on the server.
- getService(Class<T>) - Static method in class com.netease.nimlib.sdk.NIMClient
-
Gets interfaces for each service.
- getSessionId() - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
Get the session ID (peer account, group ID)
- getSessionId() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the ID of the peer (friend account or group ID)
- getSessionId() - Method in class com.netease.nimlib.sdk.msg.model.MessageReceipt
-
Get the session ID
- getSessionId() - Method in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
- getSessionId() - Method in class com.netease.nimlib.sdk.msg.model.MsgPinDbOption
-
- getSessionId() - Method in interface com.netease.nimlib.sdk.msg.model.MsgPinSyncOption
-
Get the recipient type.
- getSessionId() - Method in interface com.netease.nimlib.sdk.msg.model.RecentSession
-
Get the session ID.
- getSessionId() - Method in class com.netease.nimlib.sdk.msg.model.RoamMsgHasMoreOption
-
- getSessionId() - Method in interface com.netease.nimlib.sdk.msg.model.SessionAckInfo
-
Get the session ID
- getSessionId() - Method in class com.netease.nimlib.sdk.msg.model.SessionMsgDeleteOption
-
- getSessionId() - Method in interface com.netease.nimlib.sdk.msg.model.StickTopSessionInfo
-
Get the session ID
- getSessionId() - Method in class com.netease.nimlib.sdk.rts.model.RTSTunData
-
- getSessionId() - Method in class com.netease.nimlib.sdk.search.model.MsgIndexRecord
-
- getSessionLimit() - Method in class com.netease.nimlib.sdk.msg.model.MsgFullKeywordSearchConfig
-
- getSessionList() - Method in interface com.netease.nimlib.sdk.msg.model.RecentSessionList
-
Get a session list
- getSessionType() - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
Get the session type
- getSessionType() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the session type
- getSessionType() - Method in class com.netease.nimlib.sdk.msg.model.MessageKey
-
- getSessionType() - Method in interface com.netease.nimlib.sdk.msg.model.RecentContact
-
Get the session type
- getSessionType() - Method in class com.netease.nimlib.sdk.msg.model.RoamMsgHasMoreOption
-
- getSessionType() - Method in interface com.netease.nimlib.sdk.msg.model.SessionAckInfo
-
Get the session type
- getSessionType() - Method in class com.netease.nimlib.sdk.msg.model.SessionMsgDeleteOption
-
- getSessionType() - Method in interface com.netease.nimlib.sdk.msg.model.StickTopSessionInfo
-
Get the session type
- getSessionType() - Method in class com.netease.nimlib.sdk.search.model.MsgIndexRecord
-
- getSignature() - Method in interface com.netease.nimlib.sdk.uinfo.model.NimUserInfo
-
Get the signature
- getSize() - Method in interface com.netease.nimlib.sdk.document.model.DMPicInfo
-
Get the size of a converted file.
- getSize() - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Get the size of a file in bytes
- getSize() - Method in class com.netease.nimlib.sdk.nos.model.NosTransferInfo
-
Get the file size.
- getSizeOfDirCache(List<DirCacheFileType>, long, long) - Method in interface com.netease.nimlib.sdk.misc.MiscService
-
Get the size of the local cache in the SDK
- getStartTime() - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- getStartTimeString() - Method in interface com.netease.nimlib.sdk.settings.model.NoDisturbConfig
-
Get the start time of the Do-Not-Disturb setting
- getState() - Method in interface com.netease.nimlib.sdk.avchat.model.AVChatAttachment
-
Get the call state in CDR.
- getStatus() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomResultData
-
- getStatus() - Method in class com.netease.nimlib.sdk.msg.attachment.NetCallAttachment
-
- getStatus() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the status of a message.
- getStatus() - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Get the status of a system message
- getStatus() - Static method in class com.netease.nimlib.sdk.NIMClient
-
Gets the state of the current user.
- getStatus() - Method in class com.netease.nimlib.sdk.nos.model.NosTransferInfo
-
Get the current transfer status of a file
- getStatus() - Method in class com.netease.nimlib.sdk.StatusCodeInfo
-
- getStopTimeString() - Method in interface com.netease.nimlib.sdk.settings.model.NoDisturbConfig
-
Get the end time of the Do-Not-Disturb setting
- getStrideU() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatI420Buffer
-
- getStrideV() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatI420Buffer
-
- getStrideY() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatI420Buffer
-
- getString(AVChatParameters.Key<String>) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatParameters
-
- getSubtype() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the subtype of a message
- getTag() - Method in interface com.netease.nimlib.sdk.migration.model.IHistoryRecord
-
Get the tag of the record
- getTag() - Method in interface com.netease.nimlib.sdk.msg.model.RecentContact
-
Get the tag
- getTags() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Get user tags
- getTags() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomTagsInfo
-
- getTags() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Get the login tags
- getTargetId() - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Get the target ID of a system message
For example, the group ID that declined the join request
- getTargetNicks() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment
-
- getTargets() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment
-
- getTargets() - Method in class com.netease.nimlib.sdk.team.model.MemberChangeAttachment
-
- getTaskId() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatLiveTaskConfig
-
- getTeam() - Method in class com.netease.nimlib.sdk.friend.model.TeamInviteNotify
-
- getTeam() - Method in class com.netease.nimlib.sdk.team.model.CreateTeamResult
-
- getTeamBeInviteMode() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Get the invitation accept mode: how to respond to the invitation
- getTeamBeInviteMode() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Get the invitation accept mode: how to respond to the invitation
- getTeamExtensionUpdateMode() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Get the edit mode of the extension field of a group profile: who can edit the custom attributes (extension field)
- getTeamExtensionUpdateMode() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Get the edit mode of the extension field of a group profile: who can edit the custom attributes (extension field)
- getTeamId() - Method in class com.netease.nimlib.sdk.msg.model.TeamMsgAckInfo
-
- getTeamInfoBatch(long) - Method in interface com.netease.nimlib.sdk.sf.service.SFService
-
Get multiple group messages at a time
- getTeamInfoList() - Method in interface com.netease.nimlib.sdk.team.model.TeamInfoResult
-
Get the list of groups
- getTeamInviteMode() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Get the invitation mode: who can invite
- getTeamInviteMode() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Get the invitation mode: who can invite
- getTeamList() - Method in class com.netease.nimlib.sdk.msg.model.MsgFullKeywordSearchConfig
-
- getTeamList() - Method in class com.netease.nimlib.sdk.msg.model.MsgTimingFullKeywordSearchConfig
-
Get the IDs of group sessions
- getTeamMsgAckCount() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the read count of a group message
- getTeamMsgUnAckCount() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the unread count of a group message
- getTeamNick() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamMember
-
Get the alias of a group member
- getTeamNick() - Method in interface com.netease.nimlib.sdk.team.model.TeamMember
-
Get the alias of a group member
- getTeamUpdateMode() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Get the edit mode of a group profile: who can edit the group profile.
- getTeamUpdateMode() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Get the edit mode of a group profile: who can edit the group profile.
- getTempMutedTime() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomRoomMemberInAttachment
-
Duration of a temporary mute state
- getTempMuteDuration() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Get the duration for being temporarily muted in seconds
- getText() - Method in class com.netease.nimlib.sdk.msg.attachment.AudioAttachment
-
- getText() - Method in class com.netease.nimlib.sdk.search.model.MsgIndexRecord
-
- getTextureId() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatTextureBuffer
-
- getThread() - Method in interface com.netease.nimlib.sdk.msg.model.ThreadTalkHistory
-
Get thread messages
- getThreadMsgFromAccount() - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- getThreadMsgIdClient() - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- getThreadMsgIdServer() - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- getThreadMsgTime() - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- getThreadMsgToAccount() - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- getThreadOption() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the thread info
- getThumbPath() - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Get the local file path of the thumbnail.
- getThumbPathForSave() - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Get the path for saving thumbnails
- getThumbUrl() - Method in class com.netease.nimlib.sdk.msg.attachment.ImageAttachment
-
Get the URL of an thumbnail
- getThumbUrl() - Method in class com.netease.nimlib.sdk.msg.attachment.VideoAttachment
-
Get the thumbnail URL
- getTid() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamMember
-
Get the group ID
- getTid() - Method in interface com.netease.nimlib.sdk.team.model.TeamMember
-
Get the group ID
- getTime() - Method in class com.netease.nimlib.sdk.avsignalling.event.ChannelCommonEvent
-
Get the time when the notification is generated.
- getTime() - Method in interface com.netease.nimlib.sdk.avsignalling.event.SignallingEvent
-
Get the time when a notification is sent
- getTime() - Method in class com.netease.nimlib.sdk.event.model.EventSubscribeResult
-
- getTime() - Method in class com.netease.nimlib.sdk.msg.model.BroadcastMessage
-
- getTime() - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
Get the time when the message was sent.
- getTime() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the time when the message was sent.
- getTime() - Method in class com.netease.nimlib.sdk.msg.model.MessageKey
-
- getTime() - Method in class com.netease.nimlib.sdk.msg.model.MessageReceipt
-
Get the time of the last read message in the session.
- getTime() - Method in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
- getTime() - Method in interface com.netease.nimlib.sdk.msg.model.MsgPinSyncResponseOptionWrapper
-
Get the timestamp for sync
- getTime() - Method in class com.netease.nimlib.sdk.msg.model.QuickCommentOption
-
- getTime() - Method in class com.netease.nimlib.sdk.msg.model.QuickCommentOptionWrapper
-
- getTime() - Method in interface com.netease.nimlib.sdk.msg.model.RecentContact
-
Get the time of the most recent message in milliseconds
- getTime() - Method in class com.netease.nimlib.sdk.msg.model.RoamMsgHasMoreOption
-
- getTime() - Method in interface com.netease.nimlib.sdk.msg.model.SessionAckInfo
-
Get the time
- getTime() - Method in class com.netease.nimlib.sdk.msg.model.SessionMsgDeleteOption
-
- getTime() - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Get the time when a system message is sent in milliseconds
- getTime() - Method in interface com.netease.nimlib.sdk.msg.model.ThreadTalkHistory
-
Get the timestamp of the last message in a thead chat
- getTime() - Method in class com.netease.nimlib.sdk.passthrough.model.PassthroughNotifyData
-
- getTime() - Method in class com.netease.nimlib.sdk.search.model.MsgIndexRecord
-
- getTimeOut() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomCdnInfo
-
- getTimestamp() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomCdnInfo
-
- getTimestamp() - Method in interface com.netease.nimlib.sdk.msg.model.MsgPinSyncOption
-
Get the timestamp for the PIN operation
- getTimestampMs() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatVideoFrame
-
- getTimeTag() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatCommonEvent
-
- getTimeTag() - Method in interface com.netease.nimlib.sdk.avchat.model.AVChatData
-
Get the timestamp of the current event
- getTimeTag() - Method in class com.netease.nimlib.sdk.rts.model.RTSCommonEvent
-
- getTimeTag() - Method in interface com.netease.nimlib.sdk.rts.model.RTSData
-
Get the timestamp of the current event
- getTimetagMs() - Method in interface com.netease.nimlib.sdk.avchat.model.AVChatChannelInfo
-
Get the timestamp of the current event in milliseconds.
- getTo() - Method in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
- getToAccount() - Method in class com.netease.nimlib.sdk.avsignalling.event.CanceledInviteEvent
-
Get the account of the invitee
- getToAccount() - Method in class com.netease.nimlib.sdk.msg.model.MessageKey
-
- getToAccountId() - Method in class com.netease.nimlib.sdk.avsignalling.event.InviteAckEvent
-
The target account
- getToAccountId() - Method in class com.netease.nimlib.sdk.avsignalling.event.InvitedEvent
-
Target account ID
- getToken(String) - Method in interface com.netease.nimlib.sdk.auth.AuthProvider
-
- getToken() - Method in class com.netease.nimlib.sdk.auth.LoginInfo
-
Get the token
- getToken(String, String) - Method in interface com.netease.nimlib.sdk.chatroom.model.ChatRoomAuthProvider
-
- getToken() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Get the login token in independent login mode
- getToken() - Method in interface com.netease.nimlib.sdk.mixpush.model.MixPushToken
-
Get the token for push notifications
- getTokenName() - Method in interface com.netease.nimlib.sdk.mixpush.model.MixPushToken
-
Get the token name
- getTotal() - Method in class com.netease.nimlib.sdk.msg.model.AttachmentProgress
-
Get the total size of an attachment
- getTotal() - Method in interface com.netease.nimlib.sdk.msg.model.CollectInfoPage
-
Get the total number of favorites
- getTotal() - Method in class com.netease.nimlib.sdk.nos.model.NosTransferProgress
-
Get the total size of the file.
- getTotalUnreadCount() - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Get the total unread count
- getTotalUnreadCount(boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Get the total unread count
- getToTime() - Method in class com.netease.nimlib.sdk.msg.model.MsgFullKeywordSearchConfig
-
- getToTime() - Method in class com.netease.nimlib.sdk.msg.model.MsgTimingFullKeywordSearchConfig
-
Get the end time
- getTransCodedImageInfo(DMDocTransQuality) - Method in interface com.netease.nimlib.sdk.document.model.DMData
-
Get the image info of a converted image with a specified resolution.
- getTransCodedUrl(int, DMDocTransQuality) - Method in interface com.netease.nimlib.sdk.document.model.DMData
-
Get the URL of converted pages with a specified resolution.
- getTransferred() - Method in class com.netease.nimlib.sdk.msg.model.AttachmentProgress
-
Get the bytes of attachment transferred
- getTransferred() - Method in class com.netease.nimlib.sdk.nos.model.NosTransferProgress
-
Get the bytes that have been transferred.
- getTransferType() - Method in class com.netease.nimlib.sdk.nos.model.NosTransferInfo
-
Get the transfer type, upload or download
- getTransformMatrix() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatTextureBuffer
-
- getTransSize() - Method in interface com.netease.nimlib.sdk.document.model.DMData
-
Get the size of the converted file in bytes
- getTransStat() - Method in interface com.netease.nimlib.sdk.document.model.DMData
-
Get the conversion status.
- getTransType() - Method in interface com.netease.nimlib.sdk.document.model.DMData
-
Get the format of the converted file.
- getTunnelTypes() - Method in class com.netease.nimlib.sdk.rts.model.RTSCommonEvent
-
- getTunnelTypes() - Method in interface com.netease.nimlib.sdk.rts.model.RTSData
-
Get the channel types
- getType() - Method in interface com.netease.nimlib.sdk.avchat.model.AVChatAttachment
-
Get the call type: audio call or video call
- getType() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatTextureBuffer
-
- getType() - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelBaseInfo
-
Get the channel type
- getType() - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelFullInfo
-
Get the channel type
- getType() - Method in interface com.netease.nimlib.sdk.document.model.DMPicInfo
-
Get the type of an image
- getType() - Method in class com.netease.nimlib.sdk.msg.attachment.NetCallAttachment
-
- getType() - Method in class com.netease.nimlib.sdk.msg.attachment.NotificationAttachment
-
Get the notification type
- getType() - Method in interface com.netease.nimlib.sdk.msg.model.CollectInfo
-
Get the bookmark type
- getType() - Method in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
- getType() - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Get the type of a system message
- getType() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Get the group type
- getType() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamMember
-
Get the type of a group member
- getType() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Get the group type
- getType() - Method in interface com.netease.nimlib.sdk.team.model.TeamMember
-
Get the type of a group member
- getUid() - Method in class com.netease.nimlib.sdk.avsignalling.model.MemberInfo
-
Get the server ID
- getUidByAccount(String) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Get uid using account
- getUnAckAccountList() - Method in class com.netease.nimlib.sdk.msg.model.TeamMsgAckInfo
-
- getUnAckCount() - Method in class com.netease.nimlib.sdk.msg.model.TeamMessageReceipt
-
- getUnAckCount() - Method in class com.netease.nimlib.sdk.msg.model.TeamMsgAckInfo
-
- getUniqueId() - Method in interface com.netease.nimlib.sdk.msg.model.CollectInfo
-
Remove duplicate IDs.
- getUnreadCount() - Method in interface com.netease.nimlib.sdk.msg.model.RecentContact
-
Get the unread count of messages sent from the contact
- getUpdatedFields() - Method in class com.netease.nimlib.sdk.team.model.UpdateTeamAttachment
-
Get all updated fields
- getUpdateTime() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Get the record update time for members, used for querying the member list
- getUpdateTime() - Method in interface com.netease.nimlib.sdk.msg.model.CollectInfo
-
Get the update time
- getUpdateTime() - Method in interface com.netease.nimlib.sdk.msg.model.MsgPinOption
-
Get the update time
- getUpdateTime() - Method in interface com.netease.nimlib.sdk.msg.model.RecentSession
-
Get the timestamp of the recent message
- getUpdateTime() - Method in interface com.netease.nimlib.sdk.msg.model.StickTopSessionInfo
-
Get the update time
- getUrl() - Method in interface com.netease.nimlib.sdk.migration.model.IHistoryRecord
-
Get the URL for record download
- getUrl() - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Get the download URL of a file on the server.
- getUrl() - Method in class com.netease.nimlib.sdk.nos.model.NosTransferInfo
-
Get the download URL of a file.
- getUrlPrefix() - Method in interface com.netease.nimlib.sdk.document.model.DMData
-
Get the prefix of the URL for document download
- getUrlReqData() - Method in class com.netease.nimlib.sdk.chatroom.model.CdnRequestData
-
- getUserInfo(String) - Method in interface com.netease.nimlib.sdk.uinfo.UserInfoProvider
-
Get the user profile based on the user account.
- getUserInfo(String) - Method in interface com.netease.nimlib.sdk.uinfo.UserService
-
Get a user profile from the local database (sync)
- getUserInfoList(List<String>) - Method in interface com.netease.nimlib.sdk.uinfo.UserService
-
Get multiple user profiles from the local database (sync)
- getUuid() - Method in class com.netease.nimlib.sdk.msg.model.AttachmentProgress
-
Get the UUID of a message with which the attachment is enclosed
- getUuid() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the UUID of a mesage.
- getUuid() - Method in class com.netease.nimlib.sdk.msg.model.MessageKey
-
- getUuid() - Method in class com.netease.nimlib.sdk.msg.model.MsgPinDbOption
-
- getValue() - Method in enum com.netease.nimlib.sdk.avchat.constant.AVChatRecordState
-
- getValue() - Method in enum com.netease.nimlib.sdk.avchat.constant.AVChatType
-
- getValue() - Method in enum com.netease.nimlib.sdk.avsignalling.constant.ChannelStatus
-
- getValue() - Method in enum com.netease.nimlib.sdk.avsignalling.constant.ChannelType
-
- getValue() - Method in enum com.netease.nimlib.sdk.avsignalling.constant.InviteAckStatus
-
- getValue() - Method in enum com.netease.nimlib.sdk.avsignalling.constant.SignallingEventType
-
- getValue() - Method in enum com.netease.nimlib.sdk.chatroom.constant.ChatRoomModeEnum
-
- getValue() - Method in enum com.netease.nimlib.sdk.chatroom.constant.MemberQueryType
-
- getValue() - Method in enum com.netease.nimlib.sdk.chatroom.constant.MemberType
-
- getValue() - Method in enum com.netease.nimlib.sdk.chatroom.model.ChatRoomKickOutEvent.ChatRoomKickOutReason
-
- getValue() - Method in enum com.netease.nimlib.sdk.document.model.DMDocTransQuality
-
- getValue() - Method in enum com.netease.nimlib.sdk.document.model.DocTransFileType
-
- getValue() - Method in enum com.netease.nimlib.sdk.document.model.DocTransImageType
-
- getValue() - Method in enum com.netease.nimlib.sdk.document.model.DocTransState
-
- getValue() - Method in enum com.netease.nimlib.sdk.event.model.NimEventType
-
- getValue() - Method in enum com.netease.nimlib.sdk.event.model.NimOnlineStateEvent.OnlineStateEventValue
-
- getValue() - Method in enum com.netease.nimlib.sdk.friend.constant.FriendFieldEnum
-
- getValue() - Method in enum com.netease.nimlib.sdk.friend.constant.FriendRelationship
-
- getValue() - Method in enum com.netease.nimlib.sdk.friend.constant.FriendSource
-
- getValue() - Method in enum com.netease.nimlib.sdk.friend.constant.VerifyType
-
- getValue() - Method in enum com.netease.nimlib.sdk.friend.model.AddFriendNotify.Event
-
- getValue() - Method in enum com.netease.nimlib.sdk.mixpush.model.MixPushTypeEnum
-
- getValue() - Method in enum com.netease.nimlib.sdk.ModeCode
-
- getValue() - Method in enum com.netease.nimlib.sdk.msg.constant.AttachStatusEnum
-
- getValue() - Method in enum com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType
-
- getValue() - Method in enum com.netease.nimlib.sdk.msg.constant.DeleteTypeEnum
-
- getValue() - Method in enum com.netease.nimlib.sdk.msg.constant.MsgDirectionEnum
-
- getValue() - Method in enum com.netease.nimlib.sdk.msg.constant.MsgStatusEnum
-
- getValue() - Method in enum com.netease.nimlib.sdk.msg.constant.MsgTypeEnum
-
- getValue() - Method in enum com.netease.nimlib.sdk.msg.constant.NotificationExtraTypeEnum
-
- getValue() - Method in enum com.netease.nimlib.sdk.msg.constant.NotificationType
-
- getValue() - Method in enum com.netease.nimlib.sdk.msg.constant.RevokeType
-
- getValue() - Method in enum com.netease.nimlib.sdk.msg.constant.SessionTypeEnum
-
- getValue() - Method in enum com.netease.nimlib.sdk.msg.constant.SystemMessageStatus
-
- getValue() - Method in enum com.netease.nimlib.sdk.msg.constant.SystemMessageType
-
- getValue() - Method in enum com.netease.nimlib.sdk.NimHandshakeType
-
- getValue() - Method in enum com.netease.nimlib.sdk.nos.constant.NosTransferStatus
-
- getValue() - Method in enum com.netease.nimlib.sdk.NotificationFoldStyle
-
- getValue() - Method in enum com.netease.nimlib.sdk.rts.constant.RTSTunnelType
-
- getValue() - Method in enum com.netease.nimlib.sdk.StatusCode
-
- getValue() - Method in enum com.netease.nimlib.sdk.team.constant.TeamAllMuteModeEnum
-
- getValue() - Method in enum com.netease.nimlib.sdk.team.constant.TeamBeInviteModeEnum
-
- getValue() - Method in enum com.netease.nimlib.sdk.team.constant.TeamExtensionUpdateModeEnum
-
- getValue() - Method in enum com.netease.nimlib.sdk.team.constant.TeamFieldEnum
-
- getValue() - Method in enum com.netease.nimlib.sdk.team.constant.TeamInviteModeEnum
-
- getValue() - Method in enum com.netease.nimlib.sdk.team.constant.TeamMemberType
-
- getValue() - Method in enum com.netease.nimlib.sdk.team.constant.TeamMessageNotifyTypeEnum
-
- getValue() - Method in enum com.netease.nimlib.sdk.team.constant.TeamTypeEnum
-
- getValue() - Method in enum com.netease.nimlib.sdk.team.constant.TeamUpdateModeEnum
-
- getValue() - Method in enum com.netease.nimlib.sdk.team.constant.VerifyTypeEnum
-
- getValue() - Method in class com.netease.nimlib.sdk.team.model.UpdateTeamAttachment
-
Get the value of the first of updated fields.
- getValue() - Method in enum com.netease.nimlib.sdk.uinfo.constant.GenderEnum
-
- getValue() - Method in enum com.netease.nimlib.sdk.uinfo.constant.UserInfoFieldEnum
-
- getVerifyType() - Method in class com.netease.nimlib.sdk.friend.model.AddFriendData
-
Get the friend request type
- getVerifyType() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Get the verification type for joining a group
- getVerifyType() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Get the verification type for joining a group
- getWidth() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatBuffer
-
- getWidth() - Method in interface com.netease.nimlib.sdk.document.model.DMPicInfo
-
Get the width of an image
- getWidth() - Method in class com.netease.nimlib.sdk.msg.attachment.ImageAttachment
-
Get the width of an image
- getWidth() - Method in class com.netease.nimlib.sdk.msg.attachment.VideoAttachment
-
Get the video width
- getX() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomSpatialLocation
-
- getY() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomSpatialLocation
-
- getYidunAntiCheating() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the trigger words of GuardEase anti-spam
- getYidunAntiSpamExt() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the extension field of GuardEase anti-spam
- getYidunAntiSpamRes() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Get the result returned by GuardEase
- getZ() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomSpatialLocation
-
- getZone() - Method in class com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData
-
- I420 - Static variable in interface com.netease.nimlib.sdk.avchat.model.AVChatImageFormat
-
I420 data format.
- IAudioRecordCallback - Interface in com.netease.nimlib.sdk.media.record
-
Callback for audio recording state
- IAVChatPlayAudioCallBack - Interface in com.netease.nimlib.sdk.avchat
-
- IAVChatRecordObserver - Interface in com.netease.nimlib.sdk.avchat
-
- IAVChatRemoteAudioCallBack - Interface in com.netease.nimlib.sdk.avchat
-
- IHistoryRecord - Interface in com.netease.nimlib.sdk.migration.model
-
Message history version
- ImageAttachment - Class in com.netease.nimlib.sdk.msg.attachment
-
Image attachment class
- ImageAttachment() - Constructor for class com.netease.nimlib.sdk.msg.attachment.ImageAttachment
-
- ImageAttachment(String) - Constructor for class com.netease.nimlib.sdk.msg.attachment.ImageAttachment
-
- IMMessage - Interface in com.netease.nimlib.sdk.msg.model
-
NIM message data structure.
- IMMessageFilter - Interface in com.netease.nimlib.sdk.team.model
-
Message filter
- IMPORT_ERR_CUSTOM_DECRYPT - Static variable in class com.netease.nimlib.sdk.migration.model.MigrationConstant
-
A file fails to be decrypted.
- IMPORT_ERR_CUSTOM_UNZIP - Static variable in class com.netease.nimlib.sdk.migration.model.MigrationConstant
-
A file fails to be decompressed.
- IMPORT_ERR_DOWN_FILE - Static variable in class com.netease.nimlib.sdk.migration.model.MigrationConstant
-
A file fails to be downloaded.
- IMPORT_ERR_FILE_FORMAT - Static variable in class com.netease.nimlib.sdk.migration.model.MigrationConstant
-
The file format is invalid.
- IMPORT_ERR_NO_BACKUP - Static variable in class com.netease.nimlib.sdk.migration.model.MigrationConstant
-
The server has no copy of the record.
- IMPORT_ERR_PART_SUCCESS - Static variable in class com.netease.nimlib.sdk.migration.model.MigrationConstant
-
Part of the file are imported.
- IMPORT_ERR_RECORD_EMPTY - Static variable in class com.netease.nimlib.sdk.migration.model.MigrationConstant
-
The server returns an empty copyof the record.
- IMPORT_PROGRESS_DOWNLOAD_FILE_STATE - Static variable in class com.netease.nimlib.sdk.migration.model.MigrationConstant
-
The progress of downloading a file.
- IMPORT_PROGRESS_FILE_TO_MSG_STATE - Static variable in class com.netease.nimlib.sdk.migration.model.MigrationConstant
-
The progress when a file is converted into messages
- importAllMessage(IMsgImportProcessor, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Import exported messages.
- importRecentSessions(List<<any>>) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Import multiple recent sessions with contactId and sessionType fields
- improveSDKProcessPriority - Variable in class com.netease.nimlib.sdk.SDKOptions
-
Specify whether to increase the priority of the SDK process.
- IMsgExportProcessor - Interface in com.netease.nimlib.sdk.migration.processor
-
Handler for message history migration
- IMsgImportProcessor - Interface in com.netease.nimlib.sdk.migration.processor
-
Handler for exporting message history migration.
- IMsgMigrationProgress - Interface in com.netease.nimlib.sdk.migration.processor
-
- init(Context, LoginInfo, SDKOptions) - Static method in class com.netease.nimlib.sdk.NIMClient
-
[Method 1] Initializes SDK using Application#onCreate()
- initialize() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatExternalVideoRender
-
Initialize the video renderer
- initPush(MixPushConfig) - Static method in class com.netease.nimlib.sdk.mixpush.NIMPushClient
-
- initSDK() - Static method in class com.netease.nimlib.sdk.NIMClient
-
[Method 2] initializes the SDK when required on the main thread of the UI process instead of being initialized by calling Application#onCreate()
).
- initSend(String, String, String, String, String) - Method in class com.netease.nimlib.sdk.robot.model.RobotAttachment
-
- InnerConfigs - Class in com.netease.nimlib.sdk.sf
-
- InnerConfigs() - Constructor for class com.netease.nimlib.sdk.sf.InnerConfigs
-
- insertLocalMessage(IMMessage, String) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Insert a message into the local database and update the UI interface but the message is not sent to the server.
- invite(InviteParamBuilder) - Method in interface com.netease.nimlib.sdk.avsignalling.SignallingService
-
Invite a user to join a channel
The inviter must the owner or member of a channel If a channel member wants to invite offline users, enable offline invitation and send an invitation message.
- InviteAckEvent - Class in com.netease.nimlib.sdk.avsignalling.event
-
Accept or reject an invite request
- InviteAckEvent(SignallingEvent, String, String, InviteAckStatus) - Constructor for class com.netease.nimlib.sdk.avsignalling.event.InviteAckEvent
-
- InviteAckStatus - Enum in com.netease.nimlib.sdk.avsignalling.constant
-
- InvitedEvent - Class in com.netease.nimlib.sdk.avsignalling.event
-
Invited event
- InvitedEvent(SignallingEvent, String, String, SignallingPushConfig) - Constructor for class com.netease.nimlib.sdk.avsignalling.event.InvitedEvent
-
- InviteParamBuilder - Class in com.netease.nimlib.sdk.avsignalling.builder
-
request parameters builder.
- InviteParamBuilder(String, String, String) - Constructor for class com.netease.nimlib.sdk.avsignalling.builder.InviteParamBuilder
-
private boolean offlineEnabled;
- InvocationFuture<T> - Interface in com.netease.nimlib.sdk
-
API trace
- iOS - Static variable in interface com.netease.nimlib.sdk.auth.ClientType
-
iOS client
- ipProtocolVersion - Variable in class com.netease.nimlib.sdk.ServerAddresses
-
IP protocol version.
- isADTSFile(String) - Static method in class com.netease.nimlib.sdk.media.util.MediaUtil
-
Check if the audio file is in ADTS format
- isAllMessageTypes() - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- isAllMute() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Check if All Mute is applied
- isAllMute() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Check if All Mute is applied
- isAllRemoteAudioMuted() - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Mute remote audio streams
- isAnonymousMode() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
- isAsc() - Method in class com.netease.nimlib.sdk.msg.model.MsgFullKeywordSearchConfig
-
- isAudienceRole() - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Check for the audience role
- isAutoPublishVideo() - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Check for the automatic publishing mode for video streams
- isAutoSubscribeAudio() - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Check for automatic subscription mode for audio streams
- isAutoSubscribeVideo() - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Check for automatic subscription mode for video streams
- isBroadcastOnlineOnly() - Method in class com.netease.nimlib.sdk.event.model.Event
-
- isCaptureBrand() - Method in class com.netease.nimlib.sdk.msg.model.CaptureDeviceInfoConfig
-
Specify whether to capture the brand.
- isCaptureManufacturer() - Method in class com.netease.nimlib.sdk.msg.model.CaptureDeviceInfoConfig
-
Specify whether to capture the manufacturer.
- isCaptureModel() - Method in class com.netease.nimlib.sdk.msg.model.CaptureDeviceInfoConfig
-
Specify whether to capture the model of a device
- isChanged() - Method in interface com.netease.nimlib.sdk.msg.model.MsgPinSyncResponseOptionWrapper
-
A timestamp is passed in the request for sync PIN messages, The method checks if the data at the time of synchronization is changed compared with the data at the timestamp.
- isChecked() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
the select state of a message
- isDeleted() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Check if the message is recalled or deleted from the server
- isEmpty(Collection) - Static method in class com.netease.nimlib.sdk.util.NIMUtil
-
- isEnable() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomCdnInfo
-
- isEnable() - Method in interface com.netease.nimlib.sdk.mixpush.MixPushService
-
Check if the third-party push service is enabled.
- isEnableContentTransfer() - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- isFCMIntent(Intent) - Method in interface com.netease.nimlib.sdk.mixpush.MixPushService
-
Activity starts by click FCM notifications
- isForcePush() - Method in class com.netease.nimlib.sdk.msg.model.MemberPushOption
-
Specify whether to enable force push
- isForceUpload() - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Check if the file are forcibly upload again
- isHdImage() - Method in class com.netease.nimlib.sdk.msg.attachment.ImageAttachment
-
- isHighPriorityMessage() - Method in interface com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage
-
Check the priority of a message
- isInBlackList() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Check if a member is included in a blacklist
- isInBlackList(String) - Method in interface com.netease.nimlib.sdk.friend.FriendService
-
Check if the peer account is included in the blacklist
- isInBlackList() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Check if the current user is added to the blacklist by the peer by sending a message.
- isIndependentMode() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Check whether it is an independent login
- isInTeam() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamMember
-
Check the membership of a group member
- isInTeam() - Method in interface com.netease.nimlib.sdk.team.model.TeamMember
-
Check the membership of a group member
- isLocalAudioMuted() - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Check if local audio is muted
- isLocalVideoMuted() - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Check if the local video is published.
- isLowEnergy() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatEngineConfig
-
- isMainProcess(Context) - Static method in class com.netease.nimlib.sdk.util.NIMUtil
-
- isMainProcessLive(Context) - Static method in class com.netease.nimlib.sdk.util.NIMUtil
-
- isMicrophoneMute() - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Check if the microphone is muted
- isModify() - Method in class com.netease.nimlib.sdk.msg.model.QuickCommentOptionWrapper
-
- isMultiportPushOpen() - Method in interface com.netease.nimlib.sdk.settings.SettingsService
-
Check the setting to push messages to mobile clients when a desktop PC or Web client is online.
- isMultiUser() - Method in interface com.netease.nimlib.sdk.avchat.model.AVChatAttachment
-
Chech if it is a group call
- isMute() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Get the mute state of a chat room
- isMute() - Method in class com.netease.nimlib.sdk.friend.model.MuteListChangedNotify
-
Check if the user is muted.
- isMute() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamMember
-
Check if mute is applied
- isMute() - Method in class com.netease.nimlib.sdk.team.model.MuteMemberAttachment
-
- isMute() - Method in interface com.netease.nimlib.sdk.team.model.TeamMember
-
Check if mute is applied
- isMuted() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Check if a member is muted
- isMuted() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomRoomMemberInAttachment
-
Mute state.
- isMuted(String) - Method in class com.netease.nimlib.sdk.rts.RTSManager
-
Check if it is muted
- isMyFriend(String) - Method in interface com.netease.nimlib.sdk.friend.FriendService
-
Check if the peer account is in the friend list of the current account
- isMyTeam() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Check the membership of the current user
- isMyTeam() - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Check the membership of the current user
- isNeedBadge() - Method in class com.netease.nimlib.sdk.msg.model.QuickCommentOption
-
- isNeedLastMsg() - Method in class com.netease.nimlib.sdk.msg.model.QueryMySessionOption
-
- isNeedMessageNotify(String) - Method in interface com.netease.nimlib.sdk.friend.FriendService
-
Chech if the account needs alert
- isNeedPush() - Method in class com.netease.nimlib.sdk.msg.model.QuickCommentOption
-
- isNeedSave() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMemberUpdate
-
Persist updated information.
- isOnline() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Check if a member is online
Only special members may be offline, and guests or anonymous users must be online.
- isOnlineStateEvent(Event) - Static method in class com.netease.nimlib.sdk.event.model.NimOnlineStateEvent
-
Check for online state events
- isOpen() - Method in interface com.netease.nimlib.sdk.settings.model.NoDisturbConfig
-
Check whether Do Not Disturb is enabled
- isPlaying() - Method in class com.netease.nimlib.sdk.media.player.AudioPlayer
-
Check if the player is playing
- isPushNoDisturbConfigExist() - Method in interface com.netease.nimlib.sdk.mixpush.MixPushService
-
Check if the Do-Not-Disturb setting is applied for push services in the SDK .
- isPushShowNoDetail() - Method in interface com.netease.nimlib.sdk.mixpush.MixPushService
-
Get the setting to hide or show the push details
- isRecordAudioTun() - Method in class com.netease.nimlib.sdk.rts.model.RTSOptions
-
- isRecordDataTun() - Method in class com.netease.nimlib.sdk.rts.model.RTSOptions
-
- isRecording() - Method in class com.netease.nimlib.sdk.media.record.AudioRecorder
-
Check if the recorder is recording
- isRemoteAudioMuted(String) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Mute or unmute remote audio streams
- isRemoteRead() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Check whether the message sent by the current user is read
- isRemoteVideoMuted(String) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Check if remote video streams are muted
- isRobot(String) - Method in interface com.netease.nimlib.sdk.robot.RobotService
-
Evaluate if the account is of bot type
- isRobotSend() - Method in class com.netease.nimlib.sdk.robot.model.RobotAttachment
-
- isSendToOnlineUserOnly() - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
Specify whether the messaging is sent only to online users or groups.
- isServerRecord() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatLiveTaskConfig
-
- isSessionStopped() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatSessionStats
-
- isSessionUpdate() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Specify whether to update the message in a session
The parameter takes effect only if the message is saved when the user is offline.
- isSpeakerOn(String) - Method in class com.netease.nimlib.sdk.rts.RTSManager
-
Check if the speaker is turned on
- isStickTopSession(String, SessionTypeEnum) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Check if the session is pinned.
- isSyncCurrentValue() - Method in class com.netease.nimlib.sdk.event.model.EventSubscribeRequest
-
- isSyncSelfEnable() - Method in class com.netease.nimlib.sdk.event.model.Event
-
- isTempMuted() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Check if a member is temporarily muted
- isTempMuted() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomRoomMemberInAttachment
-
temporary mute state.
- isTheSame(IMMessage) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Check if two messages are the same using the message parameter.
- isThread() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Check is the message belongs to a thread.
- isTunReady() - Method in class com.netease.nimlib.sdk.rts.model.RTSCalleeAckEvent
-
Check if the tunnel is ready
- isUnread() - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Check if a system message is read
- isValid() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Get the validity tag of a chat room
- isValid() - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Check if a setting is valid
- isValid() - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
- isValid() - Method in class com.netease.nimlib.sdk.misc.model.NosConfig
-
- isValidForever() - Method in class com.netease.nimlib.sdk.misc.model.NosConfig
-
- observeAddMsgPin(Observer<MsgPinSyncResponseOption>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Synchronous response to adding a quick comment
- observeAddQuickComment(Observer<HandleQuickCommentOption>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Synchronous response to adding a quick comment
- observeAddStickTopSession(Observer<StickTopSessionInfo>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Synchronous response to adding a pinned session
- observeAttachmentProgress(Observer<AttachmentProgress>, boolean) - Method in interface com.netease.nimlib.sdk.chatroom.ChatRoomServiceObserver
-
Register or unregister the observer for the upload or download progress of attachment.
- observeAttachmentProgress(Observer<AttachmentProgress>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Register or unregister the observer for the upload or download progress of attachment.
- observeAVChatState(AVChatStateObserverLite, boolean) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
- observeBlackListChangedNotify(Observer<BlackListChangedNotify>, boolean) - Method in interface com.netease.nimlib.sdk.friend.FriendServiceObserve
-
Observer for changes of the blacklist
- observeBroadcastMessage(Observer<BroadcastMessage>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Register or unregister the observer for messages broadcast to all members
- observeCalleeAckNotification(Observer<AVChatCalleeAckEvent>, boolean) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Register or unregister the observer for callee responses (answer, reject, or busy)
- observeCalleeAckNotification(String, Observer<RTSCalleeAckEvent>, boolean) - Method in class com.netease.nimlib.sdk.rts.RTSManager
-
Register or unregister the observer for the response to the session request by the callee.
- observeCdnRequestData(Observer<CdnRequestData>, boolean) - Method in interface com.netease.nimlib.sdk.chatroom.ChatRoomServiceObserver
-
Register or unregister the observer for reporting SDK data
- observeChannelState(String, RTSChannelStateObserver, boolean) - Method in class com.netease.nimlib.sdk.rts.RTSManager
-
Register or unregister the observer for channel state changes
- observeChannelState(String, RTSChannelStateObserver, boolean) - Method in class com.netease.nimlib.sdk.rts.RTSManager2
-
Register or unregister the observer for status changes of a channel
- observeControlNotification(Observer<AVChatControlEvent>, boolean) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Register or unregister the observer for call control messages (switching between audio and video calls)
- observeControlNotification(String, Observer<RTSControlEvent>, boolean) - Method in class com.netease.nimlib.sdk.rts.RTSManager
-
Register or unregister the observer for session control message
- observeControlNotification(String, Observer<RTSControlEvent>, boolean) - Method in class com.netease.nimlib.sdk.rts.RTSManager2
-
Register or unregister the observer for session control messages
- observeCustomNotification(Observer<CustomNotification>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Register or unregister the observer for receiving custom notifications
- observeDeleteMsgSelf(Observer<IMMessage>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Register or unregister the observer for deleting a message.
- observeDeleteMsgSelfBatch(Observer<List<IMMessage>>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Register or unregister the observer for deleting multiple messages
- observeDeleteSessionHistoryMsgs(Observer<List<SessionMsgDeleteOption>>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Register or unregister the observer for deleting session history messages
- observeEventChanged(Observer<List<Event>>, boolean) - Method in interface com.netease.nimlib.sdk.event.EventSubscribeServiceObserver
-
Observer for event state changes
- observeFriendChangedNotify(Observer<FriendChangedNotify>, boolean) - Method in interface com.netease.nimlib.sdk.friend.FriendServiceObserve
-
Observer for changes of the friend list
- observeHangUpNotification(Observer<AVChatCommonEvent>, boolean) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Register or unregister the observer for hanging up calls
- observeHangUpNotification(String, Observer<RTSCommonEvent>, boolean) - Method in class com.netease.nimlib.sdk.rts.RTSManager
-
Register or unregister the observer for ending the session by the callee
- observeIncomingCall(Observer<AVChatData>, boolean) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Register or unregister the observer for incoming calls
When receiving a call, the upper-layer will be notified of the call info.
- observeIncomingSession(Observer<RTSData>, boolean) - Method in class com.netease.nimlib.sdk.rts.RTSManager
-
Register or unregister the observer for incoming sessions
We recommend that you add the observer when the app starts
- observeKickOutEvent(Observer<ChatRoomKickOutEvent>, boolean) - Method in interface com.netease.nimlib.sdk.chatroom.ChatRoomServiceObserver
-
Register or unregister the observer for being removed from a chat room.
- observeLoginSyncDataStatus(Observer<LoginSyncStatus>, boolean) - Method in interface com.netease.nimlib.sdk.auth.AuthServiceObserver
-
Register or unregister the observer for the data synchronization after login.
- observeLoginSyncSuperTeamMembersCompleteResult(Observer<Boolean>, boolean) - Method in interface com.netease.nimlib.sdk.auth.AuthServiceObserver
-
Register or unregister the observer for the data synchronization result when the data of supergroup members is synced.
- observeLoginSyncTeamMembersCompleteResult(Observer<Boolean>, boolean) - Method in interface com.netease.nimlib.sdk.auth.AuthServiceObserver
-
Register or unregister the observer for the data synchronization result when the data of group members is synced.
- observeMainProcessInitCompleteResult(Observer<Boolean>, boolean) - Method in interface com.netease.nimlib.sdk.lifecycle.SdkLifecycleObserver
-
Listen for the initialization state in the main process
If the observer is registered and the initialization is complete, onEvent will be triggered to notify the observer the current state.
- observeMemberRemove(Observer<List<SuperTeamMember>>, boolean) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamServiceObserver
-
Observer for removing a group member
- observeMemberRemove(Observer<List<TeamMember>>, boolean) - Method in interface com.netease.nimlib.sdk.team.TeamServiceObserver
-
Observer for removing a group member
- observeMemberUpdate(Observer<List<SuperTeamMember>>, boolean) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamServiceObserver
-
Observer for updating the profile of a group member.
- observeMemberUpdate(Observer<List<TeamMember>>, boolean) - Method in interface com.netease.nimlib.sdk.team.TeamServiceObserver
-
Observer for updating the profile of a group member.
- observeMemberUpdateNotification(Observer<MemberUpdateEvent>, boolean) - Method in interface com.netease.nimlib.sdk.avsignalling.SignallingServiceObserver
-
Register or unregister the observer for update events of channel members
- observeMessageReceipt(Observer<List<MessageReceipt>>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Register or unregister the observer for read receipts
- observeMixPushToken(Observer<MixPushToken>, boolean) - Method in interface com.netease.nimlib.sdk.mixpush.MixPushServiceObserve
-
callback for getting a push token
- observeMsgStatus(Observer<ChatRoomMessage>, boolean) - Method in interface com.netease.nimlib.sdk.chatroom.ChatRoomServiceObserver
-
Register or unregister the observer for status changes of messages
- observeMsgStatus(Observer<IMMessage>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Register or unregister the observer for status changes of messages
- observeMultiportPushConfigNotify(Observer<Boolean>, boolean) - Method in interface com.netease.nimlib.sdk.settings.SettingsServiceObserver
-
Register or unregister tthe observer for the setting to push notifications for mobile clients when a desktop or web client is online.
- observeMuteListChangedNotify(Observer<MuteListChangedNotify>, boolean) - Method in interface com.netease.nimlib.sdk.friend.FriendServiceObserve
-
Observer for changes of the muted list
- observeNosTransferProgress(Observer<NosTransferProgress>, boolean) - Method in interface com.netease.nimlib.sdk.nos.NosServiceObserve
-
Register or unregister the observer for upload or download a file stored on NOS.
- observeNosTransferStatus(Observer<NosTransferInfo>, boolean) - Method in interface com.netease.nimlib.sdk.nos.NosServiceObserve
-
Register or unregister the observer for transmission progress of a file stored on NOS.
- observeOfflineNotification(Observer<ArrayList<ChannelCommonEvent>>, boolean) - Method in interface com.netease.nimlib.sdk.avsignalling.SignallingServiceObserver
-
Register or unregister the observer for offline notification event.
- observeOnlineAckNotification(Observer<AVChatOnlineAckEvent>, boolean) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Register or unregister the observer for responses from other devices of the callee.
- observeOnlineAckNotification(String, Observer<RTSOnlineAckEvent>, boolean) - Method in class com.netease.nimlib.sdk.rts.RTSManager
-
Register or unregister the observer for responses to the caller from other online clients of a callee.
- observeOnlineNotification(Observer<ChannelCommonEvent>, boolean) - Method in interface com.netease.nimlib.sdk.avsignalling.SignallingServiceObserver
-
Register or unregister the observer for online notification events
The subtypes of RoomCommonEvent are returned.
- observeOnlineStatus(Observer<StatusCode>, boolean) - Method in interface com.netease.nimlib.sdk.auth.AuthServiceObserver
-
Register or unregister the observer for the online status changes.
- observeOnlineStatus(Observer<ChatRoomStatusChangeData>, boolean) - Method in interface com.netease.nimlib.sdk.chatroom.ChatRoomServiceObserver
-
Register or unregister the observer for Chat room the online status and logins
- observeOtherClientInviteAckNotification(Observer<InviteAckEvent>, boolean) - Method in interface com.netease.nimlib.sdk.avsignalling.SignallingServiceObserver
-
Register or unregister the observer for responses to the invite request on other devices.
- observeOtherClients(Observer<List<OnlineClient>>, boolean) - Method in interface com.netease.nimlib.sdk.auth.AuthServiceObserver
-
Register or unregister the observer for mutiple-device logins.
- observePassthroughNotify(Observer<PassthroughNotifyData>, boolean) - Method in interface com.netease.nimlib.sdk.passthrough.PassthroughServiceObserve
-
Observer for pass-through messages from the app server
- Observer<T> - Interface in com.netease.nimlib.sdk
-
Observer for notification.
- observeReceiveData(String, Observer<RTSTunData>, boolean) - Method in class com.netease.nimlib.sdk.rts.RTSManager
-
Register or unregister the observer for the data sent by the peer from a channel
- observeReceiveData(String, Observer<RTSTunData>, boolean) - Method in class com.netease.nimlib.sdk.rts.RTSManager2
-
Register or unregister the observer for the data sent by the peer from a channel
- observeReceiveMessage(Observer<List<ChatRoomMessage>>, boolean) - Method in interface com.netease.nimlib.sdk.chatroom.ChatRoomServiceObserver
-
Register or unregister the observer for receiving messages.
- observeReceiveMessage(Observer<List<IMMessage>>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Register or unregister the observer for receiving messages.
- observeReceiveMessage(Observer<List<IMMessage>>, boolean) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamServiceObserver
-
Register or unregister the observer for receiving messages.
- observeReceiveSystemMsg(Observer<SystemMessage>, boolean) - Method in interface com.netease.nimlib.sdk.msg.SystemMessageObserver
-
Register or unregister the observer for receiving system messages
- observeRecentContact(Observer<List<RecentContact>>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Register or unregister the observer for changes of recent contact list
- observeRecentContactDeleted(Observer<RecentContact>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
- observeRemoveMsgPin(Observer<MsgPinSyncResponseOption>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Synchronous response to removing a PIN message.
- observeRemoveQuickComment(Observer<HandleQuickCommentOption>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Synchronous response to deleting a quick comment
- observeRemoveStickTopSession(Observer<StickTopSessionInfo>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Synchronous response to removing a pinned session
- observeRevokeMessage(Observer<RevokeMsgNotification>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Register or unregister the observer for message recalls
- observeRoamMsgHasMore(Observer<List<RoamMsgHasMoreOption>>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Synchronous response for evaluating complete roaming messages.
- observeRobotChangedNotify(Observer<RobotChangedNotify>, boolean) - Method in interface com.netease.nimlib.sdk.robot.RobotServiceObserve
-
Get notified if the bot profile is changes.
- observeSyncChannelListNotification(Observer<ArrayList<SyncChannelListEvent>>, boolean) - Method in interface com.netease.nimlib.sdk.avsignalling.SignallingServiceObserver
-
Register or unregister the observer for list of remaining channels.
- observeSyncStickTopSession(Observer<List<StickTopSessionInfo>>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Synchronous response to syncing pinned sessions with multiple devices.
- observeTeamMessageReceipt(Observer<List<TeamMessageReceipt>>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Register or unregister the observer for read receipts in groups.
- observeTeamRemove(Observer<SuperTeam>, boolean) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamServiceObserver
-
Observer for removing a group.
- observeTeamRemove(Observer<Team>, boolean) - Method in interface com.netease.nimlib.sdk.team.TeamServiceObserver
-
Observer for removing a group.
- observeTeamUpdate(Observer<List<SuperTeam>>, boolean) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamServiceObserver
-
Observer for group profile changes.
- observeTeamUpdate(Observer<List<Team>>, boolean) - Method in interface com.netease.nimlib.sdk.team.TeamServiceObserver
-
Observer for group profile changes.
- observeTimeoutNotification(Observer<Long>, boolean) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
- observeTimeoutNotification(String, Observer<RTSTimeOutEvent>, boolean) - Method in class com.netease.nimlib.sdk.rts.RTSManager
-
Register or unregister the observer for session timeout.
- observeUnreadCountChange(Observer<Integer>, boolean) - Method in interface com.netease.nimlib.sdk.msg.SystemMessageObserver
-
Register or unregister the observer for changes of unread count of system messages
- observeUpdateMsgPin(Observer<MsgPinSyncResponseOption>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Synchronous response to updating a quick comment
- observeUpdateMySession(Observer<RecentSession>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Register or unregister the observer for updating sessions
- observeUpdateStickTopSession(Observer<StickTopSessionInfo>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgServiceObserve
-
Synchronous response to updating the extension field of a pinned session
- observeUserInfoUpdate(Observer<List<NimUserInfo>>, boolean) - Method in interface com.netease.nimlib.sdk.uinfo.UserServiceObserve
-
Observer for user profile changes
- offlineEnabled(boolean) - Method in class com.netease.nimlib.sdk.avsignalling.builder.CallParamBuilder
-
Enable offline notifications
- offlineEnabled(boolean) - Method in class com.netease.nimlib.sdk.avsignalling.builder.InviteParamBuilder
-
- OK - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatResCode.JoinChannelCode
-
Get connected
- onAudioDeviceChanged(int, Set<Integer>, boolean) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Callback for audio devices changes
- onAudioEffectPlayEvent(int, int) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserver
-
Callback for audio effect playback
- onAudioEffectPreload(int, int) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserver
-
Callback for audio effect preload result
- onAudioFrame(String, AudioFrame) - Method in interface com.netease.nimlib.sdk.avchat.IAVChatRemoteAudioCallBack
-
Callback for remote user PCM
Note: this is a synchronous callback.
- onAudioFrameFilter(AVChatAudioFrame) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Voice data processing interface.
- onAudioMixingEvent(int) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserver
-
Callbacks for audio mixing events
- onAudioMixingProgressUpdated(long, long) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserver
-
Get notified of the audio mixing progress
- onAudioRecordingCompletion(String) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserver
-
Get notified when audio recording is complete
- onAudioRecordingStart(String) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserver
-
Get notified when audio recording starts
- onAVRecordingCompletion(String, String) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserver
-
Get notified when video recording is complete
- onAVRecordingStart(String, String) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserver
-
Get notified when video recording starts
- onBind(Intent) - Method in class com.netease.nimlib.sdk.mixpush.HWPushMessageService
-
- onBind(Intent) - Method in class com.netease.nimlib.sdk.mixpush.OppoAppPushMessageService
-
- onBind(Intent) - Method in class com.netease.nimlib.sdk.mixpush.OppoPushMessageService
-
- onByteBufferFrameCaptured(byte[], int, int, int, int, int, int, long, boolean) - Method in class com.netease.nimlib.sdk.avchat.video.AVChatExternalVideoCapturer
-
External call for submitting each frame of video data
- onCallEstablished() - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Get notified when a session is established
- onCapturerStarted(boolean) - Method in class com.netease.nimlib.sdk.avchat.video.AVChatExternalVideoCapturer
-
External call used to notify the SDK whether video data capture starts.
- onCapturerStopped() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatExternalVideoCapturer
-
External call used to notify the SDK whether video data capture stops.
- onChannelEstablished(String, RTSTunnelType) - Method in interface com.netease.nimlib.sdk.rts.RTSChannelStateObserver
-
Get notified when a session is established.
- onCommandResult(Context, MiPushCommandMessage) - Method in class com.netease.nimlib.sdk.mixpush.MiPushMessageReceiver
-
- onCompletion() - Method in interface com.netease.nimlib.sdk.media.player.OnPlayListener
-
Playback is complete
- onConnectionTypeChanged(int) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Callback for connection type changes
- onConnectResult(String, RTSTunnelType, long, int, String) - Method in interface com.netease.nimlib.sdk.rts.RTSChannelStateObserver
-
Notification for connection results
- onCreate(Context) - Method in class com.netease.nimlib.sdk.mixpush.HWPushMessageService
-
- onDeletedMessages() - Method in class com.netease.nimlib.sdk.mixpush.HWPushMessageService
-
- onDetectResult(String, int, int, int, int, int, int, String) - Method in interface com.netease.nimlib.sdk.avchat.AVChatNetDetectCallback
-
- onDeviceEvent(int, String) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Callback for audio or video capture devices events
- onDisconnectServer(int) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Get notified when a client gets disconnected from the server
- onDisconnectServer(String, RTSTunnelType) - Method in interface com.netease.nimlib.sdk.rts.RTSChannelStateObserver
-
Get notified when the session is disconnected.
- onDurationChanged(String, int) - Method in interface com.netease.nimlib.sdk.avchat.IAVChatRecordObserver
-
Notification for CDR duration update
- onError(String) - Method in interface com.netease.nimlib.sdk.media.player.OnPlayListener
-
An error occurred
- onError(String, RTSTunnelType, int) - Method in interface com.netease.nimlib.sdk.rts.RTSChannelStateObserver
-
an error occurred in the channel
- onEvent(T) - Method in interface com.netease.nimlib.sdk.Observer
-
Gets notified when a notification is created.
- onException(Throwable) - Method in interface com.netease.nimlib.sdk.avchat.AVChatCallback
-
- onException(Throwable) - Method in interface com.netease.nimlib.sdk.RequestCallback
-
An exception occurred during the operation
- onException(Throwable) - Method in class com.netease.nimlib.sdk.RequestCallbackWrapper
-
- onException(Throwable) - Method in interface com.netease.nimlib.sdk.rts.RTSCallback
-
- onFailed(int) - Method in interface com.netease.nimlib.sdk.avchat.AVChatCallback
-
- onFailed(int) - Method in interface com.netease.nimlib.sdk.RequestCallback
-
Failed operation
- onFailed(int) - Method in class com.netease.nimlib.sdk.RequestCallbackWrapper
-
- onFailed(int) - Method in interface com.netease.nimlib.sdk.rts.RTSCallback
-
- onFirstVideoFrameAvailable(String) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Get notified before rendering the first video frame
- onFirstVideoFrameRendered(String) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Get notified for rendering the first video frame
- onFrame(VideoFrame) - Method in class com.netease.nimlib.sdk.avchat.video.AVChatExternalVideoRender
-
- onInterrupt() - Method in interface com.netease.nimlib.sdk.media.player.OnPlayListener
-
Playback is disrupted
- onJoinedChannel(int, String, String, int) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Callback for connections to the server
- onLeaveChannel() - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Get notified when a user leaves a channel
- OnlineClient - Interface in com.netease.nimlib.sdk.auth
-
Information about other online clients for multiple device login.
- onLiveEvent(int) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Callback for live events
- onLowStorageSpaceWarning(long) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserver
-
Low storage warning.
- onMessage(Context, String) - Method in class com.netease.nimlib.sdk.mixpush.MeiZuPushReceiver
-
- onMessage(Context, Intent) - Method in class com.netease.nimlib.sdk.mixpush.MeiZuPushReceiver
-
- onMessage(Context, String, String) - Method in class com.netease.nimlib.sdk.mixpush.MeiZuPushReceiver
-
- onMessageReceived(RemoteMessage) - Method in class com.netease.nimlib.sdk.mixpush.HWPushMessageService
-
Messaging in pass-through mode.
- onMessageSent(String) - Method in class com.netease.nimlib.sdk.mixpush.HWPushMessageService
-
- onNetworkQuality(String, int, AVChatNetworkStats) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Network status changes
- onNetworkStatusChange(String, RTSTunnelType, int) - Method in interface com.netease.nimlib.sdk.rts.RTSChannelStateObserver
-
Network status changes
- onNewToken(String) - Method in class com.netease.nimlib.sdk.mixpush.HWPushMessageService
-
- onNotificationArrived(Context, MzPushMessage) - Method in class com.netease.nimlib.sdk.mixpush.MeiZuPushReceiver
-
- onNotificationClicked(Context, MzPushMessage) - Method in class com.netease.nimlib.sdk.mixpush.MeiZuPushReceiver
-
- onNotificationClicked(Context, Map<String, String>) - Method in interface com.netease.nimlib.sdk.mixpush.MixPushMessageHandler
-
The callback is triggered when the third-party push notification bar is clicked.
- onNotificationDeleted(Context, MzPushMessage) - Method in class com.netease.nimlib.sdk.mixpush.MeiZuPushReceiver
-
- onNotificationMessageArrived(Context, MiPushMessage) - Method in class com.netease.nimlib.sdk.mixpush.MiPushMessageReceiver
-
- onNotificationMessageClicked(Context, MiPushMessage) - Method in class com.netease.nimlib.sdk.mixpush.MiPushMessageReceiver
-
- onNotificationMessageClicked(Context, UPSNotificationMessage) - Method in class com.netease.nimlib.sdk.mixpush.VivoPushMessageReceiver
-
- onNotifyMessageArrived(Context, String) - Method in class com.netease.nimlib.sdk.mixpush.MeiZuPushReceiver
-
- onPlaying(long) - Method in interface com.netease.nimlib.sdk.media.player.OnPlayListener
-
The player is playing
- OnPlayListener - Interface in com.netease.nimlib.sdk.media.player
-
Listener for playback progress on AudioPlayer
- onPrepared() - Method in interface com.netease.nimlib.sdk.media.player.OnPlayListener
-
The audio file is decoded and get prepared for playback
- onProtocolIncompatible(int) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Get notified when local and remote protocols are incompatible
- onPublishVideoResult(int) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserver
-
Get notified when a video stream is published
- onPushStatus(Context, PushSwitchStatus) - Method in class com.netease.nimlib.sdk.mixpush.MeiZuPushReceiver
-
- onReceive(Context, Intent) - Method in class com.netease.nimlib.sdk.mixpush.MeiZuPushReceiver
-
- onReceive(Context, Intent) - Method in class com.netease.nimlib.sdk.mixpush.MiPushMessageReceiver
-
- onReceive(Context, Intent) - Method in class com.netease.nimlib.sdk.mixpush.VivoPushMessageReceiver
-
- onReceivePassThroughMessage(Context, MiPushMessage) - Method in class com.netease.nimlib.sdk.mixpush.MiPushMessageReceiver
-
- onReceiveRegId(Context, String) - Method in class com.netease.nimlib.sdk.mixpush.VivoPushMessageReceiver
-
- onReceiveRegisterResult(Context, MiPushCommandMessage) - Method in class com.netease.nimlib.sdk.mixpush.MiPushMessageReceiver
-
- onRecordCancel() - Method in interface com.netease.nimlib.sdk.media.record.IAudioRecordCallback
-
Get notified when the recording stops because the user cancels the recording.
- onRecordFail() - Method in interface com.netease.nimlib.sdk.media.record.IAudioRecordCallback
-
Get notified when recording is completed with failure
- onRecordReachedMaxTime(int) - Method in interface com.netease.nimlib.sdk.media.record.IAudioRecordCallback
-
Get notified when the recording reaches the specified maximum recording time
- onRecordReady() - Method in interface com.netease.nimlib.sdk.media.record.IAudioRecordCallback
-
Get notified when the recorder is ready.
- onRecordStart(File, RecordType) - Method in interface com.netease.nimlib.sdk.media.record.IAudioRecordCallback
-
Get notified when recording starts
- onRecordSuccess(File, long, RecordType) - Method in interface com.netease.nimlib.sdk.media.record.IAudioRecordCallback
-
Get notified when recording is completed with success
- onRegister(Context, String) - Method in class com.netease.nimlib.sdk.mixpush.MeiZuPushReceiver
-
- onRegisterStatus(Context, RegisterStatus) - Method in class com.netease.nimlib.sdk.mixpush.MeiZuPushReceiver
-
- onRemotePublishVideo(String, int[]) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserver
-
Get notified when a remote user publishes a video stream
- onRemoteUnpublishVideo(String) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserver
-
Get notified when a remote user unpublishes a video stream
- onReportSpeaker(Map<String, Integer>, int) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
- onRequirePermissions(Context, String[]) - Method in class com.netease.nimlib.sdk.mixpush.MiPushMessageReceiver
-
- onResult(int, String) - Method in interface com.netease.nimlib.sdk.avchat.AVChatRoomServerCallback
-
AVChatResCode.RoomServerCode
300: non-Interactive Live
301: non-broadcaster
400: error request
401: authentication error
404: request does not exist (channel number)
405: uid in a room does not exist
417: invalid request data
500: internal error (TurnServer request exception)
600: internal server error
- onResult(int, T, Throwable) - Method in class com.netease.nimlib.sdk.RequestCallbackWrapper
-
Callback for the result of the interface call
- onSendError(String, Exception) - Method in class com.netease.nimlib.sdk.mixpush.HWPushMessageService
-
- onSessionStats(AVChatSessionStats) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Session stats
- onSubAliasStatus(Context, SubAliasStatus) - Method in class com.netease.nimlib.sdk.mixpush.MeiZuPushReceiver
-
- onSubscribeAudioResult(int) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserver
-
Get notified when all audio streams are subscribed
- onSubscribeVideoResult(String, int, int) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserver
-
Get notified when a user subscribes to a video stream
- onSubTagsStatus(Context, SubTagsStatus) - Method in class com.netease.nimlib.sdk.mixpush.MeiZuPushReceiver
-
- onSuccess(T) - Method in interface com.netease.nimlib.sdk.avchat.AVChatCallback
-
- onSuccess(T) - Method in interface com.netease.nimlib.sdk.RequestCallback
-
Successful operation
- onSuccess(T) - Method in class com.netease.nimlib.sdk.RequestCallbackWrapper
-
- onSuccess(T) - Method in interface com.netease.nimlib.sdk.rts.RTSCallback
-
- onTakeSnapshotResult(String, boolean, String) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserver
-
Get notified when users take a screen shot
- onTransmissionMessage(Context, UnvarnishedMessage) - Method in class com.netease.nimlib.sdk.mixpush.VivoPushMessageReceiver
-
- onUnpublishVideoResult(int) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserver
-
Get notified when a video streaming is unpublished
- onUnRegister(Context, boolean) - Method in class com.netease.nimlib.sdk.mixpush.MeiZuPushReceiver
-
- onUnRegisterStatus(Context, UnRegisterStatus) - Method in class com.netease.nimlib.sdk.mixpush.MeiZuPushReceiver
-
- onUnsubscribeAudioResult(int) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserver
-
Get notified when all audio streams are unsubscribed
- onUnsubscribeVideoResult(String, int, int) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserver
-
Get notified when a user unsubscribes from a video stream
- onUpdateNotificationBuilder(PushNotificationBuilder) - Method in class com.netease.nimlib.sdk.mixpush.MeiZuPushReceiver
-
- onUserJoin(String, RTSTunnelType, String) - Method in interface com.netease.nimlib.sdk.rts.RTSChannelStateObserver
-
Get notified when a user joins a session
- onUserJoined(String) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Get notified when a user joins a channel
- onUserLeave(String, int) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Get notified when a user leaves a channel
- onUserLeave(String, RTSTunnelType, String, int) - Method in interface com.netease.nimlib.sdk.rts.RTSChannelStateObserver
-
Get notified when a user leaves the session.
- onVideoFpsReported(String, int) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Callback for video FPS updates.
- onVideoFrameFilter(AVChatVideoFrame, boolean) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Video data external processing interface.
- onVideoFrameFilter(VideoFrame, VideoFrame[], VideoFilterParameter) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Video data external processing interface.
- onVideoFrameResolutionChanged(String, int, int, int) - Method in interface com.netease.nimlib.sdk.avchat.AVChatStateObserverLite
-
Callback for video resolution changes
- openLocalCache(String) - Method in interface com.netease.nimlib.sdk.auth.AuthService
-
Open the local cache when the client is offline.
- oppoAppId - Variable in class com.netease.nimlib.sdk.mixpush.MixPushConfig
-
OPPO push appId
- oppoAppKey - Variable in class com.netease.nimlib.sdk.mixpush.MixPushConfig
-
OPPO push appKey
- OppoAppPushMessageService - Class in com.netease.nimlib.sdk.mixpush
-
The following methods run in non-UI threads and are consistent with PushService supported by OPPO.
- OppoAppPushMessageService() - Constructor for class com.netease.nimlib.sdk.mixpush.OppoAppPushMessageService
-
- oppoAppSercet - Variable in class com.netease.nimlib.sdk.mixpush.MixPushConfig
-
OPPO push AppSecret
- oppoCertificateName - Variable in class com.netease.nimlib.sdk.mixpush.MixPushConfig
-
OPPO push certificate.
- OppoPushMessageService - Class in com.netease.nimlib.sdk.mixpush
-
The following methods run in non-UI threads and are consistent with PushService supported by OPPO.
- OppoPushMessageService() - Constructor for class com.netease.nimlib.sdk.mixpush.OppoPushMessageService
-
- ORDINARY - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatNetworkQuality
-
Fair network quality
- ORIENTATION_LANDSCAPE_LEFT - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatVideoCaptureOrientation
-
Video must be displayed in landscape orientation
- ORIENTATION_LANDSCAPE_RIGHT - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatVideoCaptureOrientation
-
Video must be displayed in landscape orientation
- ORIENTATION_PORTRAIT - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatVideoCaptureOrientation
-
Video must be displayed in portrait orientation
- ORIENTATION_PORTRAIT_UPSIDEDOWN - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatVideoCaptureOrientation
-
Video must be displayed in portrait orientation
- OS_DEFAULT - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatOSCategory
-
Android device
- OS_TV - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatOSCategory
-
TV OS
- OS_WATCH - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatOSCategory
-
Watch OS
- osType(int) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatEngineConfig.Builder
-
Android.
- QUALITY_480P - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatVideoQuality
-
480p
- QUALITY_540P - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatVideoQuality
-
540P
- QUALITY_720P - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatVideoQuality
-
720p
- QUALITY_DEFAULT - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatVideoQuality
-
Default value
- QUALITY_HIGH - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatVideoQuality
-
High resolution
- QUALITY_LOW - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatVideoQuality
-
Low resolution
- QUALITY_MEDIUM - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatVideoQuality
-
Medium resolution
- queryChannelFullInfo(String) - Method in interface com.netease.nimlib.sdk.avsignalling.SignallingService
-
Query channelInfo based on channelName, an aggregate interface that replaces queryChannelInfo, queryChannelMemberCount, and queryChannelMemberList
10404: Channel does not exist
ResponseCode.RES_CHANNEL_NOT_EXISTS
- queryChannelInfo(String) - Method in interface com.netease.nimlib.sdk.avsignalling.SignallingService
-
- queryChannelMemberCount(String) - Method in interface com.netease.nimlib.sdk.avsignalling.SignallingService
-
- queryChannelMemberList(String) - Method in interface com.netease.nimlib.sdk.avsignalling.SignallingService
-
- queryCollect(int) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query bookmarks
- queryCollect(CollectInfo, long, int, QueryDirectionEnum) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query bookmarks on the server page
- queryCollect(CollectInfo, long, int, QueryDirectionEnum, int, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query bookmarks on the service page
- QueryDirectionEnum - Enum in com.netease.nimlib.sdk.msg.model
-
Search order
- queryDocumentDataList(String, int, RequestCallback<List<DMData>>) - Method in class com.netease.nimlib.sdk.document.DocumentManager
-
Query paginated documents.
- queryLastMessage(String, SessionTypeEnum) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query the most recent message of a specifed user
- queryMemberList(String) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Get a list of specified group members
This operation may only read cached data from the local database or synchronize new data from the server.
- queryMemberList(String) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Get a list of specified group members
This operation may only read cached data from the local database or synchronize new data from the server.
- queryMemberListByPage(String, int, int) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Get a list of specified group members on paginated pages
This operation may only read cached data from the local database or synchronize new data from the server.
- queryMessageList(String, SessionTypeEnum, long, int) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
- queryMessageListByServerIdBlock(List<String>) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Get multiple messages using the Server ID (sync)
Note: a server ID can be associated with multiple messages
- queryMessageListBySubtype(MsgTypeEnum, IMMessage, int, int) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query local messages by subtype (async)
- queryMessageListBySubtypeBlock(MsgTypeEnum, IMMessage, int, int) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query local messages by subtype (sync)
- queryMessageListByType(MsgTypeEnum, IMMessage, int) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
query history messages on the local database by type.
- queryMessageListByType(MsgTypeEnum, Long, int) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query all messages by message type
- queryMessageListByTypes(List<MsgTypeEnum>, IMMessage, long, QueryDirectionEnum, int, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query history messages based on the start time, end time, and direction.
- queryMessageListByUuid(List<String>) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Get multiple messages with UUIDs
- queryMessageListByUuidBlock(List<String>) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Get multiple messages (sync)
- queryMessageListEx(IMMessage, QueryDirectionEnum, int, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query history messages on the local database by anchor and direction
Query messages earlier than or later than the anchor by direction with a limit.
- queryMessageListExBlock(IMMessage, QueryDirectionEnum, int, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query history messages on the local database by anchor and direction (sync)
Query messages earlier than or later than the anchor by direction with a limit.
- queryMessageListExTime(IMMessage, long, QueryDirectionEnum, int) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
query history messages on the local database based on the start time, end time, and direction.
- queryMsgPinBlock(String, SessionTypeEnum) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Get a list of PIN messages
- queryMutedTeamMembers(String) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
- queryMutedTeamMembers(String) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
- queryMySession(String) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Get a session
- queryMySessionList(long, Long, Integer, Integer, Integer) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Deprecated.
- queryMySessionList(QueryMySessionOption) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Get a list of session by increment.
- QueryMySessionOption - Class in com.netease.nimlib.sdk.msg.model
-
- QueryMySessionOption() - Constructor for class com.netease.nimlib.sdk.msg.model.QueryMySessionOption
-
- QueryMySessionOption(long, long, boolean, int) - Constructor for class com.netease.nimlib.sdk.msg.model.QueryMySessionOption
-
- queryQuickComment(List<IMMessage>) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Get a quick comment
- queryRecentContact(String, SessionTypeEnum) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query session records in the database by contactId and sessionType.
- queryRecentContacts() - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query the recent contact list
- queryRecentContacts(int) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query the recent contact list.
- queryRecentContacts(RecentContact, QueryDirectionEnum, int) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query the recent contact list sorted in descending or ascending order with a limit of displayed contacts.
- queryRecentContacts(MsgTypeEnum) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query the recent contact list.
- queryRecentContacts(Set<MsgTypeEnum>) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query the recent contact list.
- queryRecentContactsBlock() - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query the recent contact list (sync)
- queryRecentContactsBlock(int) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query the recent contact list (sync).
- queryRecentContactsBlock(RecentContact, QueryDirectionEnum, int) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query the recent contact list (sync) sorted in descending or ascending order with a limit of displayed contacts.
- queryRecentContactsBlock(MsgTypeEnum) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query the recent contact list (sync).
- queryRecentContactsBlock(Set<MsgTypeEnum>) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query the recent contact list (sync).
- queryReplyCountInThreadTalkBlock(IMMessage) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Get the reply count of a thread chat.
- queryRoamMsgHasMoreTagServerId(String, SessionTypeEnum) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Get roaming messages with a specified server ID.
- queryRoamMsgHasMoreTagServerIdBlock(String, SessionTypeEnum) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Get roaming messages with a specified server ID.
- queryRoamMsgHasMoreTime(String, SessionTypeEnum) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Get the timestamp of roaming messages.
- queryRoamMsgHasMoreTimeBlock(String, SessionTypeEnum) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Get the timestamp of roaming messages.
- querySingleDocumentData(String, RequestCallback<DMData>) - Method in class com.netease.nimlib.sdk.document.DocumentManager
-
query a document.
- queryStickTopSessionBlock() - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Get the pinned sessions
- querySubscribeEvent(EventSubscribeRequest) - Method in interface com.netease.nimlib.sdk.event.EventSubscribeService
-
Query the subscription relationship to specific events.
- querySystemMessageByType(List<SystemMessageType>, int, int) - Method in interface com.netease.nimlib.sdk.msg.SystemMessageService
-
Query system messages by type (async)
- querySystemMessageByTypeBlock(List<SystemMessageType>, int, int) - Method in interface com.netease.nimlib.sdk.msg.SystemMessageService
-
Query system messages by type (sync)
- querySystemMessages(int, int) - Method in interface com.netease.nimlib.sdk.msg.SystemMessageService
-
Query system messages (async)
- querySystemMessagesBlock(int, int) - Method in interface com.netease.nimlib.sdk.msg.SystemMessageService
-
Query system messages (sync)
- querySystemMessageUnread() - Method in interface com.netease.nimlib.sdk.msg.SystemMessageService
-
Get all unread system messages
- querySystemMessageUnreadCount() - Method in interface com.netease.nimlib.sdk.msg.SystemMessageService
-
- querySystemMessageUnreadCountBlock() - Method in interface com.netease.nimlib.sdk.msg.SystemMessageService
-
Query the number of unread system messages (sync)
- querySystemMessageUnreadCountByType(List<SystemMessageType>) - Method in interface com.netease.nimlib.sdk.msg.SystemMessageService
-
Query the number of unread system messages of a specified type (sync)
- queryTagMembersCount(String, String) - Method in interface com.netease.nimlib.sdk.chatroom.ChatRoomService
-
Get member profiles based on user IDs
- queryTeam(String) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Query the group profile.
- queryTeam(String) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Query the group profile.
- queryTeamBlock(String) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Query the group profile on local storage, not from the server
If the current user does not belong to the group, the interface returns expired data.
- queryTeamBlock(String) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Query the group profile on local storage, not from the server
If the current user does not belong to the group, the interface returns expired data.
- queryTeamCountBlock() - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Get the number of groups the current user has joined.
- queryTeamCountByTypeBlock(TeamTypeEnum) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Get the number of specified type groups the current user has joined
- queryTeamList() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Get the list of groups the current user has joined
- queryTeamList() - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Get the list of groups the current user has joined
- queryTeamListBlock() - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Get the list of groups the current user has joined (sync)
- queryTeamListBlock() - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Get the list of groups the current user has joined (sync)
- queryTeamListById(List<String>) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Query groups based groups IDs
- queryTeamListById(List<String>) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Query groups based groups IDs
- queryTeamListByIdBlock(List<String>) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Query groups based groups IDs (sync)
- queryTeamListByIdBlock(List<String>) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Query groups based groups IDs (sync)
- queryTeamListByType(TeamTypeEnum) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Get the list of groups of specified types (discussion group, advanced group)
- queryTeamListByTypeBlock(TeamTypeEnum) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Get the list of groups of specified types (discussion group, advanced group) (sync)
- queryTeamMember(String, String) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Get the profile of a group member.
- queryTeamMember(String, String) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Get the profile of a group member.
- queryTeamMemberBlock(String, String) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Get the profile of a group member.
- queryTeamMemberBlock(String, String) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Get the profile of a group member.
- queryTeamMessageReceiptDetailBlock(IMMessage) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Get the accounts that have read or unread a group message from the local database (sync)
Note: * The obtained data is earlier than the data before logging off.
- queryTeamMessageReceiptDetailBlock(IMMessage, Set<String>) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Get the accounts that have read or unread a group message from the local database (sync)
Note: * The obtained data is earlier than the data before logging off.
- queryThreadTalkHistory(IMMessage, long, long, int, QueryDirectionEnum, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query history thread chats on the cloud.
- queryUnreadMessageList(String, SessionTypeEnum) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
query all unread messages by session ID and type
- queryUnreadMessageListBlock(String, SessionTypeEnum) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
query all unread messages by session ID and type (sync)
- QuickCommentOption - Class in com.netease.nimlib.sdk.msg.model
-
Quick comment option
- QuickCommentOption(String, long, long, String) - Constructor for class com.netease.nimlib.sdk.msg.model.QuickCommentOption
-
- QuickCommentOption(String, long, long, String, boolean, boolean, String, String, Map<String, Object>) - Constructor for class com.netease.nimlib.sdk.msg.model.QuickCommentOption
-
- QuickCommentOptionWrapper - Class in com.netease.nimlib.sdk.msg.model
-
- QuickCommentOptionWrapper(MessageKey, ArrayList<QuickCommentOption>, boolean, long) - Constructor for class com.netease.nimlib.sdk.msg.model.QuickCommentOptionWrapper
-
- quitTeam(String) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Leave a group
- quitTeam(String) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Leave a group
- rate(int, String) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Rate the current call
- RE_CONNECT_ING - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatConnectStatus
-
Reconnecting
- REC_TYPE_AUDIO_AAC - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatAudioRecordType
-
- REC_TYPE_AUDIO_WAV - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatAudioRecordType
-
- RecentContact - Interface in com.netease.nimlib.sdk.msg.model
-
Recent contact interface
- RecentSession - Interface in com.netease.nimlib.sdk.msg.model
-
- RecentSessionList - Interface in com.netease.nimlib.sdk.msg.model
-
- reconnectDelay() - Method in interface com.netease.nimlib.sdk.ReconnectStrategy
-
- ReconnectStrategy - Interface in com.netease.nimlib.sdk
-
- reconnectStrategy - Variable in class com.netease.nimlib.sdk.SDKOptions
-
To enable this feature, contact technical support
- RecordHitInfo - Class in com.netease.nimlib.sdk.search.model
-
Highlights for global search hits
- RecordHitInfo(int, int) - Constructor for class com.netease.nimlib.sdk.search.model.RecordHitInfo
-
- RecordType - Enum in com.netease.nimlib.sdk.media.record
-
Recording type.
- RedPacketService - Interface in com.netease.nimlib.sdk.redpacket
-
Red packet interface
- reducedIM - Variable in class com.netease.nimlib.sdk.SDKOptions
-
Specify whether the scene is non-intensive messaging (use with caution)
- refreshTeamMessageReceipt(List<IMMessage>) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
(Message sender) updates message read receipt without an asyc callback.
- registerAttachmentParser(int, MsgAttachmentParser) - Method in interface com.netease.nimlib.sdk.ysf.YsfService
-
If third party apps require custom message types with attachments, the attachment parser must also be registered.
- registerAVChatRecordObserver(IAVChatRecordObserver, boolean) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Register the callback for Call detail record (CDR)
- registerCustomAttachmentParser(MsgAttachmentParser) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
If third party apps require custom message types with attachments, the attachment parser must also be registered.
- registerIMMessageFilter(IMMessageFilter) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Register the message filter
- registerMixPushMessageHandler(MixPushMessageHandler) - Static method in class com.netease.nimlib.sdk.mixpush.NIMPushClient
-
Handler to register a third-party push service
Call the interface before the SDK initialize an instance using NimClient.init
- registerPlayAudioCallBack(IAVChatPlayAudioCallBack) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Register the callback for PCM audio data before playback
- registerRemoteAudioCallBack(String, IAVChatRemoteAudioCallBack) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Register the callback for PCM audio data from remote users
- registerShouldShowNotificationWhenRevokeFilter(ShowNotificationWhenRevokeFilter) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Register the filter to show notifications when a message is recalled.
- rejectApply(String, String, String) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Reject join requests
Only administrators have the permissions
- rejectApply(String, String, String) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Reject join requests
Only administrators have the permissions
- rejectInvite(InviteParamBuilder) - Method in interface com.netease.nimlib.sdk.avsignalling.SignallingService
-
- RelationshipOfValue(int) - Static method in enum com.netease.nimlib.sdk.friend.constant.FriendRelationship
-
- release() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatBuffer
-
- release() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatExternalVideoRender
-
Release the canvas resources
- release() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatVideoFrame
-
- reLoginConfigServer - Variable in class com.netease.nimlib.sdk.avchat.model.AVChatServerAddresses
-
Relogin configuration server
- removeCollect(List<<any>>) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Remove multiple bookmarks
- removeFromBlackList(String) - Method in interface com.netease.nimlib.sdk.friend.FriendService
-
Remove an account from the blacklist
- removeManagers(String, List<String>) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
The group owner revokes the administrator privilege
Only the group owner has the permissions
- removeManagers(String, List<String>) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
The group owner revokes the administrator privilege
Only the group owner has the permissions
- removeMember(String, String) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Remove a group member.
- removeMember(String, String) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Remove a group member.
- removeMembers(String, List<String>) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Remove multiple group members.
- removeMembers(String, List<String>) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Remove multiple group members.
- removeMsgPin(IMMessage, String) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Remove the PIN tag of a message
- removeParameters(AVChatParameters.Key) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatParameters
-
- removeQuickComment(IMMessage, long, String) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Remove a quick comment
- removeQuickComment(IMMessage, long, String, boolean, boolean, String, String, Map<String, Object>) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Remove a quick comment
- removeStickTopSession(String, SessionTypeEnum, String) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Delete a pinned session
- replyMessage(IMMessage, IMMessage, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Reply a message.
- replyMessage(IMMessage, IMMessage, boolean) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Reply a message.
- reportImLog - Variable in class com.netease.nimlib.sdk.SDKOptions
-
Specify whether to enable automatic reporting of IM logs.
- RequestCallback<T> - Interface in com.netease.nimlib.sdk
-
Request callback interface
- RequestCallbackWrapper<T> - Class in com.netease.nimlib.sdk
-
RequestCallback is a package class, which combines 3 results into an interface for the upper-layer caller to simplify the code.
- RequestCallbackWrapper() - Constructor for class com.netease.nimlib.sdk.RequestCallbackWrapper
-
- RequestResult<T> - Class in com.netease.nimlib.sdk.util.api
-
Convert CommsEase API asyc call to sync call
- RequestResult(int, T, Throwable) - Constructor for class com.netease.nimlib.sdk.util.api.RequestResult
-
- RequestResult(int) - Constructor for class com.netease.nimlib.sdk.util.api.RequestResult
-
- RES_ACCOUNT_BLOCK - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The account is banned
- RES_ADDR_BLOCKED - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Login IP address or MAC addres is banned.
- RES_API_SYNC_RUN_ON_LOOPER_THREAD_EXCEPTION - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The operation to convert an asynchronous call to a synchronous call occurs on the thread with Looper.
- RES_API_SYNC_RUNTIME_EXCEPTION - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
A runtime exception occurs when the an asynchronous call is converted to synchronous.
- RES_API_SYNC_TIMEOUT - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Timeout for converting an asynchronous call to synchronous call
- RES_CALLBACK_APP_EXCEPTION - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
An exception occurs when the SDK callback for the upper-layer operation is triggered.
- RES_CALLBACK_CUSTOM_CODE_MAX - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The maximum value of custom error codes returned by third-party callbacks.
- RES_CALLBACK_CUSTOM_CODE_MIN - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The minimum value of the custom error codes returned by third-party callbacks.
- RES_CHANNEL_HAS_EXISTS - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The channel already exists
- RES_CHANNEL_MEMBER_EXCEED - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The number of channels exceeds the upper limit
- RES_CHANNEL_MEMBER_HAS_EXISTS - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The member is already in the channel
- RES_CHANNEL_MEMBER_HAS_EXISTS_OTHER_CLIENT - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The member has already joined the channel from other devices
- RES_CHANNEL_MEMBER_NOT_EXISTS - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The member is not in channel
- RES_CHANNEL_NOT_EXISTS - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The channel does not exist
- RES_CHATROOM_BLACKLIST - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The account is included in the blacklist and is not allowed to join the chat room
- RES_CHATROOM_IM_LINK_EXCEPTION - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
IM connection status error
- RES_CHATROOM_MUTED - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The account is included in the muted list and not allowed to speak
- RES_CHATROOM_ROOM_MUTED - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The chat room is in an all-muted state.
- RES_CHATROOM_STATUS_EXCEPTION - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Chat room status exception
- RES_CLEAR_UNREAD_PART_SUCCESS - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Clear the unread messages in the session successfully
- res_connecting - Variable in class com.netease.nimlib.sdk.rts.model.RTSRingerConfig
-
Ring tone for connecting
- RES_DB_EXCEPTION - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
A database operation failed.
- RES_DEVICE_NOT_TRUST - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The device is not included in the list of trusted devices
- RES_ECONNECTION - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Network connection error
- RES_EEXIST - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The object already exists
- RES_EFREQUENTLY - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The operation is too frequent
- RES_ENONEXIST - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Target object or user does not exist.
- RES_EPACKET - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Internal error.
- RES_EPARAM - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Invalid parameter
- RES_ETIMEOUT - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Operation timeout
- RES_EUIDPASS - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Incorrect password.
- RES_EUNKNOWN - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Server internal error.
- RES_EUNPACKET - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Internal error.
- RES_EXCEPTION - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Operation exception
- RES_FORBIDDEN - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The app is banned
- RES_IN_BLACK_LIST - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The recipient is added to the blacklist
- RES_INVALID - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Invalid response
- RES_INVITE_HAS_ACCEPT - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Invitation was accepted
- RES_INVITE_HAS_REJECT - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The invitation was declined
- RES_INVITE_NOT_EXISTS - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The invitation does not exist or has expired
- RES_IP_NOT_ALLOWED - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Internal accounts are not allowed to log in to this address
- RES_JOIN_CHANNEL_UID_CONFLICT - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
A uid conflict occurred when joining a channel
- res_no_response - Variable in class com.netease.nimlib.sdk.rts.model.RTSRingerConfig
-
Ring tone for no response
- RES_OFFLINE - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Yhe member is not online.
- RES_OVERDUE - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Overdue response
- res_peer_busy - Variable in class com.netease.nimlib.sdk.rts.model.RTSRingerConfig
-
Ring tone for a busy line
- RES_PEER_NIM_OFFLINE - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The operation is successful, but the peer is not online.
- RES_PEER_PUSH_OFFLINE - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The operation is successful, but the peer push is unreachable.
- res_peer_reject - Variable in class com.netease.nimlib.sdk.rts.model.RTSRingerConfig
-
Ring tone for decling a call
- RES_REGISTER_PUSH_SDK_FAILED - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Failed to get the token when registering a third-party push service
- RES_REGISTER_PUSH_SDK_TIME_OUT - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
timeout when registering a third-party push service
- res_ring - Variable in class com.netease.nimlib.sdk.rts.model.RTSRingerConfig
-
Ring tone for incoming calls
- RES_RP_INVALID - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Red Packet is not available
- RES_SUCCESS - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Successful operation.
- RES_TEAM_ALREADY_IN - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The user is already in the group
- RES_TEAM_APPLY_SUCCESS - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The request is accepted.
- RES_TEAM_ECOUNT_LIMIT - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The number of group member has been reached.
- RES_TEAM_EMEMBER_NOTEXIST - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The user is not included in the group
- RES_TEAM_ENACCESS - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
No permissions
- RES_TEAM_ENOTEXIST - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Group does not exist
- RES_TEAM_ERR_TYPE - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Incorrect group type
- RES_TEAM_INFO_PART_SUCCESS - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Some requests are successful, and a list of failures is returned
- RES_TEAM_INVITE_PART_SUCCESS - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Some invitations are successful, and also a list of failures is returned.
- RES_TEAM_INVITE_SUCCESS - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Invitation succeeded.
- RES_TEAM_LIMIT - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The number of groups has reached the upper limit
- RES_TEAM_USER_STATUS_ERR - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The status of group members is incorrect
- RES_TOOBUZY - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Server is too busy.
- RES_UNKNOWN - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
Unknown error
- RES_UNSUPPORT - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The operations is not supported
- RES_VERSION_EXPIRED - Static variable in class com.netease.nimlib.sdk.ResponseCode
-
The version number is too old and must be upgraded.
- resetSystemMessageUnreadCount() - Method in interface com.netease.nimlib.sdk.msg.SystemMessageService
-
Set all system messages to read and reset the number of the unread system messages to 0.
- resetSystemMessageUnreadCountByType(List<SystemMessageType>) - Method in interface com.netease.nimlib.sdk.msg.SystemMessageService
-
Set system messages of a specified type to read
- ResponseCode - Class in com.netease.nimlib.sdk
-
Definition of response codes for CommsEase server
- ResponseCode() - Constructor for class com.netease.nimlib.sdk.ResponseCode
-
- REST - Static variable in interface com.netease.nimlib.sdk.auth.ClientType
-
RESTFUL API
- resumeAudioMixing() - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Resume audio mixing
- retain() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatBuffer
-
- retain() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatVideoFrame
-
- retrieval(int) - Static method in enum com.netease.nimlib.sdk.avsignalling.constant.SignallingEventType
-
- retrieve(int) - Static method in enum com.netease.nimlib.sdk.avsignalling.constant.ChannelStatus
-
- retrieveType(int) - Static method in enum com.netease.nimlib.sdk.avsignalling.constant.ChannelType
-
- revokeMessage(IMMessage) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Recall a messages.
- revokeMessage(IMMessage, String, Map<String, Object>, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Recall a message and set third-party push notifications including the iOS platform and changes of the unread count.
- revokeMessage(IMMessage, String, Map<String, Object>, boolean, String) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Recall a message and set third-party push notifications including the iOS platform and changes of the unread count.
- revokeMessage(IMMessage, String, Map<String, Object>, boolean, String, String) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Recall a message and set third-party push notifications including the iOS platform and changes of the unread count.
- revokeMessage(IMMessage) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Recall a messages.
- revokeMessage(IMMessage, String, Map<String, Object>) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Recall a message and set third party push notifications, including the iOS platform.
- revokeMessage(IMMessage, String, Map<String, Object>, boolean) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Recall a message and set third party push notifications, including the iOS platform.
- revokeMessage(IMMessage, String, Map<String, Object>, boolean, String) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Recall a message and set third party push notifications, including the iOS platform.
- revokeMessageEx(IMMessage, String, Map<String, Object>) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Recall a message and set third party push notifications, including the iOS platform.
- RevokeMsgNotification - Class in com.netease.nimlib.sdk.msg.model
-
Notification for message recalls
If notifications for message recalls are received, the SDK will notify the observer of the notification.
- RevokeMsgNotification(IMMessage, String, String, String, int, RevokeType, String) - Constructor for class com.netease.nimlib.sdk.msg.model.RevokeMsgNotification
-
- RevokeType - Enum in com.netease.nimlib.sdk.msg.constant
-
Created by hzsunyj on 2019-12-05.
- ring - Variable in class com.netease.nimlib.sdk.StatusBarNotificationConfig
-
Specify whether to enable a ring for alerts.
- RoamMsgHasMoreOption - Class in com.netease.nimlib.sdk.msg.model
-
- RoamMsgHasMoreOption(String, SessionTypeEnum, long, long) - Constructor for class com.netease.nimlib.sdk.msg.model.RoamMsgHasMoreOption
-
- RoamMsgHasMoreOption(Property) - Constructor for class com.netease.nimlib.sdk.msg.model.RoamMsgHasMoreOption
-
- RobotAttachment - Class in com.netease.nimlib.sdk.robot.model
-
Bot message attachment
- RobotAttachment() - Constructor for class com.netease.nimlib.sdk.robot.model.RobotAttachment
-
- RobotAttachment(String) - Constructor for class com.netease.nimlib.sdk.robot.model.RobotAttachment
-
- RobotChangedNotify - Class in com.netease.nimlib.sdk.robot.model
-
Notification of bot changes
- RobotChangedNotify(List<NimRobotInfo>, List<String>) - Constructor for class com.netease.nimlib.sdk.robot.model.RobotChangedNotify
-
- RobotMsgType - Interface in com.netease.nimlib.sdk.robot.model
-
Type of bot messages
- RobotService - Interface in com.netease.nimlib.sdk.robot
-
Bot service
- RobotServiceObserve - Interface in com.netease.nimlib.sdk.robot
-
Bot service observer
- rollbackSQLCipher - Variable in class com.netease.nimlib.sdk.SDKOptions
-
SQLCipher encrypted database for rollback
- ROOM_SERVER_NOT_ANCHOR - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatResCode.RoomServerCode
-
Not host
- ROOM_SERVER_NOT_LIVE_MODE - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatResCode.RoomServerCode
-
Non live mode
- ROOM_SERVER_REQUEST_CHANNEL_NOT_EXIST - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatResCode.RoomServerCode
-
Request does not exist (channel ID)
- ROOM_SERVER_REQUEST_DATA_ERROR - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatResCode.RoomServerCode
-
Request data error
- ROOM_SERVER_REQUEST_FAILED - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatResCode.RoomServerCode
-
Request failed
- ROOM_SERVER_REQUEST_INVALID - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatResCode.RoomServerCode
-
Authentication failed
- ROOM_SERVER_REQUEST_OK - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatResCode.RoomServerCode
-
Request success
- ROOM_SERVER_REQUEST_SERVER_ERROR - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatResCode.RoomServerCode
-
Server internal error
- ROOM_SERVER_REQUEST_TURN_SERVER_ERROR - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatResCode.RoomServerCode
-
Internal error (TurnServer request error)
- ROOM_SERVER_REQUEST_USER_NOT_EXIST - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatResCode.RoomServerCode
-
UID does not exist in the room
- roomId - Variable in class com.netease.nimlib.sdk.chatroom.model.ChatRoomStatusChangeData
-
- roomServer - Variable in class com.netease.nimlib.sdk.avchat.model.AVChatServerAddresses
-
The room server
- rotate(int) - Method in class com.netease.nimlib.sdk.avchat.video.AVChatBuffer
-
- rotation - Variable in class com.netease.nimlib.sdk.avchat.model.AVChatVideoFrame
-
Deprecated.
Video angle of rotation
- RTSCallback<T> - Interface in com.netease.nimlib.sdk.rts
-
RTS callback interface
- RTSCalleeAckEvent - Class in com.netease.nimlib.sdk.rts.model
-
Callee operations
If the callee accepts a call, the SDK will start all required tunnels.
- RTSCalleeAckEvent(RTSEventType, RTSDataImpl) - Constructor for class com.netease.nimlib.sdk.rts.model.RTSCalleeAckEvent
-
- RTSChannelStateObserver - Interface in com.netease.nimlib.sdk.rts
-
RTS channel observer
- RTSCommonEvent - Class in com.netease.nimlib.sdk.rts.model
-
Session event
- RTSCommonEvent(RTSEventType, RTSDataImpl) - Constructor for class com.netease.nimlib.sdk.rts.model.RTSCommonEvent
-
- RTSControlEvent - Class in com.netease.nimlib.sdk.rts.model
-
Session control messages
- RTSControlEvent(RTSEventType, RTSDataImpl, byte, String) - Constructor for class com.netease.nimlib.sdk.rts.model.RTSControlEvent
-
- RTSData - Interface in com.netease.nimlib.sdk.rts.model
-
Session info
- RTSError - Interface in com.netease.nimlib.sdk.rts.constant
-
Error
- RTSEventType - Enum in com.netease.nimlib.sdk.rts.constant
-
event enumerations
- RTSManager - Class in com.netease.nimlib.sdk.rts
-
Peer-to-peer whiteboarding
- RTSManager() - Constructor for class com.netease.nimlib.sdk.rts.RTSManager
-
- RTSManager2 - Class in com.netease.nimlib.sdk.rts
-
Group whiteboarding
- RTSManager2() - Constructor for class com.netease.nimlib.sdk.rts.RTSManager2
-
- RTSNetworkProxy - Class in com.netease.nimlib.sdk.rts.model
-
Get the configuration of a network proxy server
- RTSNetworkProxy() - Constructor for class com.netease.nimlib.sdk.rts.model.RTSNetworkProxy
-
- RTSNotifyOption - Class in com.netease.nimlib.sdk.rts.model
-
Push notification options (mainly for iOS push)
- RTSNotifyOption() - Constructor for class com.netease.nimlib.sdk.rts.model.RTSNotifyOption
-
- RTSOnlineAckEvent - Class in com.netease.nimlib.sdk.rts.model
-
Response to online notifications from multiple devices
- RTSOnlineAckEvent(RTSEventType, RTSDataImpl, byte) - Constructor for class com.netease.nimlib.sdk.rts.model.RTSOnlineAckEvent
-
- RTSOptions - Class in com.netease.nimlib.sdk.rts.model
-
Created by huangjun on 2015/8/5.
- RTSOptions() - Constructor for class com.netease.nimlib.sdk.rts.model.RTSOptions
-
- RTSRingerConfig - Class in com.netease.nimlib.sdk.rts.model
-
Ring tone configuration
- RTSRingerConfig() - Constructor for class com.netease.nimlib.sdk.rts.model.RTSRingerConfig
-
- RTSTimeOutEvent - Enum in com.netease.nimlib.sdk.rts.constant
-
Timeout event enumerations
- RTSTunData - Class in com.netease.nimlib.sdk.rts.model
-
Data sent or received in the data tunnel
Created by huangjun on 2015/7/1.
- RTSTunData(String, byte[], int) - Constructor for class com.netease.nimlib.sdk.rts.model.RTSTunData
-
- RTSTunData(String, String, byte[], int) - Constructor for class com.netease.nimlib.sdk.rts.model.RTSTunData
-
- RTSTunnelType - Enum in com.netease.nimlib.sdk.rts.constant
-
Session type.
- rtt - Variable in class com.netease.nimlib.sdk.avchat.model.AVChatNetworkStats
-
Delay
- runtime() - Method in class com.netease.nimlib.sdk.avchat.model.AVChatParameters.Key
-
Check if the parameter can be set during calls
- rxAudioPacketsPerSecond - Variable in class com.netease.nimlib.sdk.avchat.model.AVChatSessionStats
-
The number of audio packets received per second, an instantaneous value
- rxBytes - Variable in class com.netease.nimlib.sdk.avchat.model.AVChatSessionStats
-
The number of bytes received (bytes)
- rxVideoPacketsPerSecond - Variable in class com.netease.nimlib.sdk.avchat.model.AVChatSessionStats
-
The number of video packets received per second, an instantaneous value
- SAMPLE_RATE_16000_HZ - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatAudioSampleRate
-
- SAMPLE_RATE_32000_HZ - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatAudioSampleRate
-
- SAMPLE_RATE_48000_HZ - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatAudioSampleRate
-
- SAMPLE_RATE_8000_HZ - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatAudioSampleRate
-
- save(JSONObject) - Method in class com.netease.nimlib.sdk.msg.attachment.AudioAttachment
-
- save(JSONObject) - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
- save(JSONObject) - Method in class com.netease.nimlib.sdk.msg.attachment.ImageAttachment
-
- save(JSONObject) - Method in class com.netease.nimlib.sdk.msg.attachment.VideoAttachment
-
- saveMessageToLocal(IMMessage, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Store the message to the local database instead of server side.
- saveMessageToLocal(IMMessage, boolean) - Method in interface com.netease.nimlib.sdk.ysf.YsfService
-
Store the message to the local database instead of server side.
- saveMessageToLocalEx(IMMessage, boolean, long) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Store the message to the local database instead of server side.
- SCALE_ASPECT_BALANCED - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatVideoScalingType
-
- SCALE_ASPECT_FILL - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatVideoScalingType
-
Scale to fit the screen.
- SCALE_ASPECT_FIT - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatVideoScalingType
-
Scale to fit the aspect ratio.
- scheme - Variable in class com.netease.nimlib.sdk.avchat.model.AVChatNetworkProxy
-
- scheme - Variable in class com.netease.nimlib.sdk.rts.model.RTSNetworkProxy
-
SOCKS5 is supported
- ScreenSharing - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatVideoQualityStrategy
-
Screen sharing
- SDK_BUILTIN - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatAudioEffectMode
-
Use the SDK built-in speech processing
- SdkLifecycleObserver - Interface in com.netease.nimlib.sdk.lifecycle
-
- SDKOptions - Class in com.netease.nimlib.sdk
-
Customizable SDK options
- SDKOptions() - Constructor for class com.netease.nimlib.sdk.SDKOptions
-
- sdkStorageRootPath - Variable in class com.netease.nimlib.sdk.SDKOptions
-
External storage root directory for storing multimedia message files
If the directory is unspecified or unavailable, "external storage root/packageName/nim/" will be used as the root directory.
- searchAccountByAlias(String) - Method in interface com.netease.nimlib.sdk.friend.FriendService
-
Search accounts using alias
- searchAccountByName(String) - Method in interface com.netease.nimlib.sdk.uinfo.UserService
-
Search accounts using nicknames
- searchAllMessage(MsgSearchOption) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Global search for all history messages on the local database.
- searchAllMessageHistory(String, List<String>, long, int) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query history messages on the local database.
- searchAllSession(String, int) - Method in interface com.netease.nimlib.sdk.lucene.LuceneService
-
Query all sessions and return the count of all matched messages from each session and the most recent message that hit the search condition.
- searchAllSession(String, int) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query all sessions and return the count of all matched messages from each session and the most recent message that hit the search condition.
- searchAllSessionBlock(String, int) - Method in interface com.netease.nimlib.sdk.lucene.LuceneService
-
Query all sessions and return the count of all matched messages from each session and the most recent message that hit the search condition.
- searchAllSessionBlock(String, int) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query all sessions and return the count of all matched messages from each session and the most recent message that hit the search condition.
- searchFriendsByKeyword(String) - Method in interface com.netease.nimlib.sdk.friend.FriendService
-
Search accounts for friends that match keywords
- searchMessage(SessionTypeEnum, String, MsgSearchOption) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query history messages on the local database.
- searchMessageHistory(String, List<String>, IMMessage, int) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query history messages on the local database.
- searchMessageHistory(String, List<String>, IMMessage, QueryDirectionEnum, int) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query history messages on the local database.
- SearchOrderEnum - Enum in com.netease.nimlib.sdk.msg.model
-
Search order
- searchRoamingMsg(String, long, long, String, int, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Search chat records using keywords
- searchSession(String, SessionTypeEnum, String) - Method in interface com.netease.nimlib.sdk.lucene.LuceneService
-
Query messages in a specified session and return the matched result.
- searchSession(String, SessionTypeEnum, String) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query messages in a specified session and return the matched result.
- searchSessionBlock(String, SessionTypeEnum, String) - Method in interface com.netease.nimlib.sdk.lucene.LuceneService
-
Query messages in a specified session and return the matched result.
- searchSessionBlock(String, SessionTypeEnum, String) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Query messages in a specified session and return the matched result.
- searchSessionMatchCount(String, SessionTypeEnum, String) - Method in interface com.netease.nimlib.sdk.lucene.LuceneService
-
Result count for a search with specified keywords (sync)
- searchSessionNextPage(String, SessionTypeEnum, String, MsgIndexRecord, int) - Method in interface com.netease.nimlib.sdk.lucene.LuceneService
-
Specify keywords for search.
- searchSessionNextPageBlock(String, SessionTypeEnum, String, MsgIndexRecord, int) - Method in interface com.netease.nimlib.sdk.lucene.LuceneService
-
Specify keywords for search.
- searchSessionPage(String, SessionTypeEnum, String, int, int) - Method in interface com.netease.nimlib.sdk.lucene.LuceneService
-
Specify keywords for search.
- searchSessionPageBlock(String, SessionTypeEnum, String, int, int) - Method in interface com.netease.nimlib.sdk.lucene.LuceneService
-
Specify keywords for search.
- searchSessionPageCount(String, SessionTypeEnum, String, int) - Method in interface com.netease.nimlib.sdk.lucene.LuceneService
-
Number of pages for a search with specified keywords (sync)
- searchTeam(String) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Query group profiles from servers
- searchTeam(String) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Query group profiles from servers
- searchTeam(List<Long>) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Query group profiles from servers
- searchTeamIdByName(String) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Search group IDs using a group name
- searchTeamIdByName(String) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Search group IDs using a group name
- searchTeamMsgByKeyword(long, long, long, String, int, boolean) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Search group history messages stored on the cloud using keywords
- searchTeamsByKeyword(String) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Search all groups using keywords.
- searchTeamsByKeyword(String) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
Search all groups using keywords.
- searchUserInfosByKeyword(String) - Method in interface com.netease.nimlib.sdk.uinfo.UserService
-
Search all users with matched keywords.
- SecondTimeoutConfig - Class in com.netease.nimlib.sdk
-
Second timeout configuration.
- SecondTimeoutConfig() - Constructor for class com.netease.nimlib.sdk.SecondTimeoutConfig
-
- secondTimeoutForSendMessage - Variable in class com.netease.nimlib.sdk.SDKOptions
-
The second timeout for sending a message.
- secretKey() - Method in interface com.netease.nimlib.sdk.migration.processor.IMsgExportProcessor
-
Secret key for exporting messages.
- seekAudioMixing(long) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Set the progress of audio mixing
- seekTo(int) - Method in class com.netease.nimlib.sdk.media.player.AudioPlayer
-
Seek to a specified position for playback.
- selectAudioDevice(int) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
- selfUid(long) - Method in class com.netease.nimlib.sdk.avsignalling.builder.CallParamBuilder
-
Specify a uid.
- sendAckSession(String, long) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Mark a session ACK
- sendControl(String, String, String) - Method in interface com.netease.nimlib.sdk.avsignalling.SignallingService
-
- sendControlCommand(long, byte, AVChatCallback<Void>) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Common signaling for message sending
- sendControlCommand(String, String, RTSCallback<Void>) - Method in class com.netease.nimlib.sdk.rts.RTSManager
-
Send a control command
- sendControlCommand(String, String, RTSCallback<Void>) - Method in class com.netease.nimlib.sdk.rts.RTSManager2
-
Send a control command
- sendCustomNotification(CustomNotification) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Send an instruction message.
- sendCustomNotification(CustomNotification) - Method in interface com.netease.nimlib.sdk.ysf.YsfService
-
Send an instruction message.
- sendData(RTSTunData) - Method in class com.netease.nimlib.sdk.rts.RTSManager
-
Send data to a user in a channel of the specified session, or broadcast to all users.
- sendData(RTSTunData) - Method in class com.netease.nimlib.sdk.rts.RTSManager2
-
Send data to a user in a channel of the specified session, or broadcast to all users.
- sendFile(FileAttachment) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Upload a file
- sendMessage(ChatRoomMessage, boolean) - Method in interface com.netease.nimlib.sdk.chatroom.ChatRoomService
-
Send a message in a chat room
- sendMessage(IMMessage, boolean) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Sending a message.
- sendMessage(IMMessage, boolean) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeamService
-
Sending a message.
- sendMessage(IMMessage, boolean) - Method in interface com.netease.nimlib.sdk.ysf.YsfService
-
- sendMessageReceipt(String, IMMessage) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Send read receipt of P2P messages.
- sendMessageSecondTimeout - Variable in class com.netease.nimlib.sdk.SecondTimeoutConfig
-
The second timeout for sending messages
- sendTeamMessageReceipt(IMMessage) - Method in interface com.netease.nimlib.sdk.team.TeamService
-
(Group recipient) marks group message read
- serverAddresses(AVChatServerAddresses) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatEngineConfig.Builder
-
URL for on-premises deployment.
- ServerAddresses - Class in com.netease.nimlib.sdk
-
Sever configuration options for CommsEase on-premise deployment
- ServerAddresses() - Constructor for class com.netease.nimlib.sdk.ServerAddresses
-
- serverConfig - Variable in class com.netease.nimlib.sdk.SDKOptions
-
Configuration for the dedicated server URL
- SESSION_TYPE_P2P - Static variable in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
1: P2P
- SESSION_TYPE_TEAM - Static variable in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
2: Team
- SessionAckInfo - Interface in com.netease.nimlib.sdk.msg.model
-
- sessionDuration - Variable in class com.netease.nimlib.sdk.avchat.model.AVChatSessionStats
-
Session duration
- SessionMsgDeleteOption - Class in com.netease.nimlib.sdk.msg.model
-
- SessionMsgDeleteOption(String, SessionTypeEnum, long, String) - Constructor for class com.netease.nimlib.sdk.msg.model.SessionMsgDeleteOption
-
- sessionReadAck - Variable in class com.netease.nimlib.sdk.SDKOptions
-
Specify whether to enable sync read messages on multiple devices.
- SessionTypeEnum - Enum in com.netease.nimlib.sdk.msg.constant
-
Session type enumerations
- set(AVChatParameters.Key<T>, T) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatParameters
-
- setAccount(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Set a user account
- setAccount(String) - Method in class com.netease.nimlib.sdk.chatroom.model.MemberOption
-
Set a member account
- setAddress(String) - Method in class com.netease.nimlib.sdk.msg.attachment.LocationAttachment
-
Set the description of a location
- setAllMessageTypes(boolean) - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- setAnnouncement(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Set a chat room announcement
- setAnnouncement(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomUpdateInfo
-
Set a chat room announcement
- setAntiSpamBusinessId(String) - Method in class com.netease.nimlib.sdk.antispam.model.AntiSpamConfig
-
- setAntiSpamConfig(AntiSpamConfig) - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
- setApnsText(String) - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
Set the content of a message pushed over APNS on iOS devices.
- setAppKey(String) - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Set the chat room AppKey, only enabled in independent login mode.
- setAsc(boolean) - Method in class com.netease.nimlib.sdk.msg.model.MsgFullKeywordSearchConfig
-
- setAsMainArea(String, AVChatRoomServerCallback) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Callback for the canvas
- setAttach(String) - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Set the attachment of a system message.
- setAttachment(MsgAttachment) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Set the attachment for a message
If the attachment includes a state propertu or belongs to a custom type, developers can update the state based on the business requirements for UI display.
- setAttachObject(Object) - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Set the attachment object after parsing
The field is separate from the attach field.
- setAttachStatus(AttachStatusEnum) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Set the status of a message attachment
- setAudioMixingPlaybackVolume(float) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Set the audio playback volume
- setAudioMixingSendVolume(float) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Set the audio sending volume
- setAutoPublish(boolean, boolean) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Set to automatically or manually publish and subscribe to audio streams.
- setAutoTransform(boolean) - Method in class com.netease.nimlib.sdk.msg.attachment.AudioAttachment
-
- setAvatar(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Set the avatar of a member
- setAvatar(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMemberUpdate
-
Set the avatar
- setAvatar(String) - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Set the avatar in a chat room
- setBody(String) - Method in class com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData
-
- setBoolean(AVChatParameters.Key<Boolean>, boolean) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatParameters
-
- setBroadcastOnlineOnly(boolean) - Method in class com.netease.nimlib.sdk.event.model.Event
-
- setBroadcastUrl(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Set the streaming URL
- setBroadcastUrl(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomUpdateInfo
-
Set the streaming URL
- setCallback(RequestCallback<T>) - Method in interface com.netease.nimlib.sdk.InvocationFuture
-
- setCdnUrlArray(String[]) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomCdnInfo
-
- setChannelBaseInfo(ChannelBaseInfo) - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelFullInfo
-
Set the channel info
- setChannelIsReady(boolean) - Method in class com.netease.nimlib.sdk.rts.model.RTSCalleeAckEvent
-
Set the tunnel to be ready
- setChannelProfile(int) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Voice call mode settings
- setChannels(int) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatAudioFrame
-
- setChatRoomAuthProvider(ChatRoomAuthProvider) - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
- setChatRoomConfig(CustomChatRoomMessageConfig) - Method in interface com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage
-
Configure chat room message settings
- setChatRoomSpatialLocation(ChatRoomSpatialLocation) - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
- setChattingAccount(String, SessionTypeEnum) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Set the current chat peer The built-in message alert will be affected.
- setChecked(Boolean) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Set the select state of a message
- setClientAntiSpam(boolean) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
hit by anti-spam rules on the client and handled on the server.
- setConfig(String) - Method in class com.netease.nimlib.sdk.event.model.Event
-
- setConfig(CustomNotificationConfig) - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
- setConfig(CustomMessageConfig) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Set the message configuration
- setContent(String) - Method in class com.netease.nimlib.sdk.msg.model.BroadcastMessage
-
- setContent(String) - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
Set the content of a message
- setContent(String) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Set the content of a message.
- setContent(String) - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Set the content of a system message
- setCreator(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Set the owner of a chat room
- setCustomNetDetectServer(String) - Static method in class com.netease.nimlib.sdk.avchat.AVChatNetDetector
-
Set a custom URL for network detection
- setDataSource(String) - Method in class com.netease.nimlib.sdk.media.player.AudioPlayer
-
Set the audio source
- setDecryptKey(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomCdnInfo
-
- setDeleteMsgClientId(String) - Method in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
- setDeleteMsgCreateTime(long) - Method in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
- setDeleteMsgServerId(String) - Method in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
- setDesc(String) - Method in enum com.netease.nimlib.sdk.StatusCode
-
- setDirect(MsgDirectionEnum) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Set the message direction
- setDisplayName(String) - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Set the display name of a file
- setDistance(Double) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomSpatialLocation
-
- setDuration(long) - Method in class com.netease.nimlib.sdk.msg.attachment.AudioAttachment
-
Set the playback duration for the audio file
- setDuration(long) - Method in class com.netease.nimlib.sdk.msg.attachment.VideoAttachment
-
Set the playback duration for a video file
- setEnable(boolean) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomCdnInfo
-
- setEnableContentTransfer(boolean) - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- setEndTime(long) - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- setEnterTime(long) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Set the time joining a chat room
- setEnv(String) - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
Set the environment variable
Used to point to different types of configurations for message delivery and third-party callbacks.
- setEnv(String) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Set the environment variable
Used to point to different types of configurations for message delivery and third-party callbacks.
- setEventType(int) - Method in class com.netease.nimlib.sdk.event.model.Event
-
- setEventType(int) - Method in class com.netease.nimlib.sdk.event.model.EventSubscribeRequest
-
- setEventValue(int) - Method in class com.netease.nimlib.sdk.event.model.Event
-
- setExpiry(long) - Method in class com.netease.nimlib.sdk.event.model.Event
-
- setExpiry(long) - Method in class com.netease.nimlib.sdk.event.model.EventSubscribeRequest
-
- setExt(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomTagsInfo
-
- setExt(String) - Method in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
- setExtension(Map<String, Object>) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Set the extension field
- setExtension(Map<String, Object>) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Set the extension field
- setExtension(Map<String, Object>) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMemberUpdate
-
Set the extension field.
- setExtension(Map<String, Object>) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomUpdateInfo
-
Set a third-party the extension field.
- setExtension(Map<String, Object>) - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Set the extension field displayed after joining a chat room.
- setExtension(String) - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Set the file extension
- setExtension(Map<String, Object>) - Method in interface com.netease.nimlib.sdk.msg.model.RecentContact
-
Set the extension field
- setExtension(String) - Method in class com.netease.nimlib.sdk.nos.model.NosTransferInfo
-
Set a file extension
- setExtension(String) - Method in interface com.netease.nimlib.sdk.superteam.SuperTeam
-
Set the extensions for a group
In most cases, the configuration must be a JSON or XML string.
- setExtension(String) - Method in interface com.netease.nimlib.sdk.team.model.Team
-
Set the extensions for a group
In most cases, the configuration must be a JSON or XML string.
- setExternalAudioMixingStream(boolean, boolean, boolean) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Set the external audio mixing stream
- setExternalAudioSource(boolean) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Specify whether to capture external audio source.
- setExtraInfo(String) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatLiveCompositingLayout
-
Deprecated.
Set extra info.
- setFailedInviteAccounts(ArrayList<String>) - Method in class com.netease.nimlib.sdk.team.model.CreateTeamResult
-
- setFlash(boolean) - Method in class com.netease.nimlib.sdk.avchat.video.AVChatCameraCapturer
-
Turn on or off the flash
- setFloat(AVChatParameters.Key<Float>, float) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatParameters
-
- setFocusAreas(float, float) - Method in class com.netease.nimlib.sdk.avchat.video.AVChatCameraCapturer
-
Set focus areas
- setForcePush(boolean) - Method in class com.netease.nimlib.sdk.msg.model.MemberPushOption
-
Set to apply force push.
- setForcePushContent(String) - Method in class com.netease.nimlib.sdk.msg.model.MemberPushOption
-
The content for force push that is different from standard push content.
- setForcePushList(List<String>) - Method in class com.netease.nimlib.sdk.msg.model.MemberPushOption
-
Set the list of accounts for force push.
- setForceUpload(boolean) - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Set to forcibly upload again.
- setForceUploadFile(boolean) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
If the same file already exists on the server, specify whether to upload the file forcibly.
- setFrom(String) - Method in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
- setFromAccount(String) - Method in class com.netease.nimlib.sdk.msg.model.BroadcastMessage
-
- setFromAccount(String) - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
Get the sender account
- setFromAccount(String) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
- setFromAccount(String) - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Set the account of an initiator
- setFromIds(List<String>) - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- setFromRobotAccount(String) - Method in class com.netease.nimlib.sdk.robot.model.RobotAttachment
-
- setHeader(String) - Method in class com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData
-
- setHeight(int) - Method in class com.netease.nimlib.sdk.msg.attachment.ImageAttachment
-
Set the height of an image
- setHeight(int) - Method in class com.netease.nimlib.sdk.msg.attachment.VideoAttachment
-
Set the video height
- setId(long) - Method in class com.netease.nimlib.sdk.msg.model.BroadcastMessage
-
- setInBlackList(boolean) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Add a member to a blacklist
- setIndependentMode(ChatRoomIndependentCallback, String, String) - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Set an independent login mode for chat rooms
- setIndependentMode(ChatRoomIndependentCallback, String, String, boolean) - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Set an independent login mode for chat rooms
- setInteger(AVChatParameters.Key<Integer>, int) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatParameters
-
- setLastMsg(IMMessage) - Method in interface com.netease.nimlib.sdk.msg.model.RecentContact
-
Set the last message
- setLatitude(double) - Method in class com.netease.nimlib.sdk.msg.attachment.LocationAttachment
-
Set the latitude
- setLayoutMode(int) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatLiveTaskConfig
-
Set a layout mode.
- setLayoutPara(String) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatLiveTaskConfig
-
- setLimit(int) - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- setLimit(int) - Method in class com.netease.nimlib.sdk.msg.model.QueryMySessionOption
-
- setLocalExtension(Map<String, Object>) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Set a local extension field that is applied locally and is not sent to other clients.
- setLocalSessionId(String) - Method in class com.netease.nimlib.sdk.rts.model.RTSCommonEvent
-
- setLocalVideoSimulcastModel(int) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Set a local video simulcast mode You can choose single stream (default) or simulcast.
- setLocX(Double) - Method in interface com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage
-
Set the x coordinate
- setLocY(Double) - Method in interface com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage
-
Set the y coordinate
- setLocZ(Double) - Method in interface com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage
-
Set the z coordinate
- setLoginAuthType(Integer) - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Set the authentication type
- setLoginExt(String) - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Set a custom field for login
- setLongitude(double) - Method in class com.netease.nimlib.sdk.msg.attachment.LocationAttachment
-
Set the longitude
- setMainPictureAccount(String) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatLiveTaskConfig
-
Set the main picture account
- setMaxTimestamp(long) - Method in class com.netease.nimlib.sdk.msg.model.QueryMySessionOption
-
- setMd5(String) - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Set the MD5 value of the file content
- setMd5(String) - Method in class com.netease.nimlib.sdk.nos.model.NosTransferInfo
-
Set the MD5 value of the content
- setMemberLevel(int) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Set the member level
- setMemberPushOption(MemberPushOption) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Set the push option for specified members
- setMembers(ArrayList<MemberInfo>) - Method in class com.netease.nimlib.sdk.avsignalling.model.ChannelFullInfo
-
Set the member list of a channel
- setMemberType(MemberType) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Set a member type
- setMessageId(long) - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Set the ID of a system message
- setMessageNotify(String, boolean) - Method in interface com.netease.nimlib.sdk.friend.FriendService
-
Set notification alert or mute the alert
- setMessageSubTypes(List<Integer>) - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- setMessageTypes(List<MsgTypeEnum>) - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- setMeteringAreas(float, float) - Method in class com.netease.nimlib.sdk.avchat.video.AVChatCameraCapturer
-
Set metering areas
- setMethod(int) - Method in class com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData
-
- setMicrophoneMute(boolean) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Mute or unmute the microphone
- setMinTimestamp(long) - Method in class com.netease.nimlib.sdk.msg.model.QueryMySessionOption
-
- setMode(int) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatLiveCompositingLayout
-
Deprecated.
Set the compositing mode
- setMsgAck() - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Set read receipt for a message
- setMsgLimit(int) - Method in class com.netease.nimlib.sdk.msg.model.MsgFullKeywordSearchConfig
-
- setMsgLimit(int) - Method in class com.netease.nimlib.sdk.msg.model.MsgTimingFullKeywordSearchConfig
-
Set the limit of messages for search
- setMsgStatus(MsgStatusEnum) - Method in interface com.netease.nimlib.sdk.msg.model.RecentContact
-
Set the status of the most recent message
- setMsgSubtypeList(List<Integer>) - Method in class com.netease.nimlib.sdk.msg.model.MsgFullKeywordSearchConfig
-
- setMsgSubtypeList(List<Integer>) - Method in class com.netease.nimlib.sdk.msg.model.MsgTimingFullKeywordSearchConfig
-
Set the list of message subtypes
- setMsgTypeList(List<MsgTypeEnum>) - Method in class com.netease.nimlib.sdk.msg.model.MsgFullKeywordSearchConfig
-
- setMsgTypeList(List<MsgTypeEnum>) - Method in class com.netease.nimlib.sdk.msg.model.MsgTimingFullKeywordSearchConfig
-
Set the list of message types
- setMute(int) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Set the mute state of the current chat room
- setMute(String, boolean) - Method in class com.netease.nimlib.sdk.rts.RTSManager
-
Mute control
- setMuted(boolean) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Mute a member
- setName(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Set a chat room name
- setName(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomUpdateInfo
-
Set a chat room name
- setNeedLastMsg(boolean) - Method in class com.netease.nimlib.sdk.msg.model.QueryMySessionOption
-
- setNeedNotify(Boolean) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomTagsInfo
-
- setNeedSave(boolean) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMemberUpdate
-
Set to persist data.
- setNetworkProxy(AVChatNetworkProxy) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Set the network proxy before starting a call
- setNetworkProxy(RTSNetworkProxy) - Method in class com.netease.nimlib.sdk.rts.RTSManager
-
Set a network proxy before starting a conversation
- setNetworkProxy(RTSNetworkProxy) - Method in class com.netease.nimlib.sdk.rts.RTSManager2
-
Set the network proxy before starting a call
- setNick(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Set the nickname of a member
- setNick(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMemberUpdate
-
Set the nick name
- setNick(String) - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Set the nick name in a chat room.
- setNIMAntiSpamOption(NIMAntiSpamOption) - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
Set anti-spam options
- setNIMAntiSpamOption(NIMAntiSpamOption) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Set the GuardEase anti-spam configuration
- setNosTokenSceneKey(String) - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Set the NOS token for uploading files
- setNotifyExtension(Map<String, Object>) - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Set the extension field for notifications after joining a chat room.
- setNotifyExtension(Map<String, Object>) - Method in class com.netease.nimlib.sdk.chatroom.model.MemberOption
-
Set the custom extension field
- setNotifyTargetTags(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Set tags for notification recipients
- setNotifyTargetTags(String) - Method in interface com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage
-
Set the target tag expression
- setNotifyTargetTags(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomTagsInfo
-
- setNotifyTargetTags(String) - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Set target tags for login and logout notifications
- setOnline(boolean) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Set the online status
- setOnlineUserCount(int) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Set the number of online users
- setOnPlayListener(OnPlayListener) - Method in class com.netease.nimlib.sdk.media.player.AudioPlayer
-
Set a listener for playback
- setOpen(boolean) - Method in interface com.netease.nimlib.sdk.settings.model.NoDisturbConfig
-
Set Do-Not-Disturb
- setOrder(SearchOrderEnum) - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- setOrder(SearchOrderEnum) - Method in class com.netease.nimlib.sdk.msg.model.MsgTimingFullKeywordSearchConfig
-
Set the sorting rule to display messages.
- setP2pList(List<String>) - Method in class com.netease.nimlib.sdk.msg.model.MsgFullKeywordSearchConfig
-
- setP2pList(List<String>) - Method in class com.netease.nimlib.sdk.msg.model.MsgTimingFullKeywordSearchConfig
-
Set the list of P2P session IDs
- setParameter(AVChatParameters.Key<T>, T) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Set parameteers.
- setParameters(AVChatParameters) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Set parameters.
- setPath(String) - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Set the file path
- setPath(String) - Method in class com.netease.nimlib.sdk.nos.model.NosTransferInfo
-
Set the file path
- setPath(String) - Method in class com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData
-
- setPlayCapturedAudioVolume(float) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Set the volume for in-ear monitoring.
- setPollingInterval(long) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomCdnInfo
-
- setPublishers(List<String>) - Method in class com.netease.nimlib.sdk.event.model.EventSubscribeRequest
-
- setPublishFallbackOption(int) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Set the fallback option for the published video stream based on the network conditions.
- setPushContent(String) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Set custom push content.
- setPushNoDisturbConfig(boolean, String, String) - Method in interface com.netease.nimlib.sdk.mixpush.MixPushService
-
Set Do-Not Disturb period for push notifications in HH:mm format UTC+8.
- setPushPayload(Map<String, Object>) - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
Set the third-party push payload
- setPushPayload(Map<String, Object>) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Set the third-party push payload
- setPushShowNoDetail(boolean) - Method in interface com.netease.nimlib.sdk.mixpush.MixPushService
-
Hide or show details of a push notification
- setPushUrl(String) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatLiveTaskConfig
-
Set a streaming push URL
- setQueueLevel(int) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Set the queue permissions to add keys and messages from others to the queue
0: all users have the permissions.
- setQueueLevel(int) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomUpdateInfo
-
Set the queue management permissions
0: all users have the permissions.
- setRawParameters(RtcParameters) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatParameters
-
- setRecordAudioTun(boolean) - Method in class com.netease.nimlib.sdk.rts.model.RTSOptions
-
Record the audio tunnel
- setRecordDataTun(boolean) - Method in class com.netease.nimlib.sdk.rts.model.RTSOptions
-
Record the data tunnel
- setRemoteExtension(Map<String, Object>) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Set an extension field that will be sent to other clients.
- setReplyMsgFromAccount(String) - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- setReplyMsgIdClient(String) - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- setReplyMsgIdServer(long) - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- setReplyMsgTime(long) - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- setReplyMsgToAccount(String) - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- setRequestContent(String) - Method in class com.netease.nimlib.sdk.robot.model.RobotAttachment
-
- setRequestKey(AVChatParameters.Key) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatParameters
-
- setRequestKeys(Set<AVChatParameters.Key>) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatParameters
-
- setRequestParams(String) - Method in class com.netease.nimlib.sdk.robot.model.RobotAttachment
-
- setRequestTarget(String) - Method in class com.netease.nimlib.sdk.robot.model.RobotAttachment
-
- setRequestType(String) - Method in class com.netease.nimlib.sdk.robot.model.RobotAttachment
-
- setResponseForMessageId(String) - Method in class com.netease.nimlib.sdk.robot.model.RobotAttachment
-
- setRobotSend(boolean) - Method in class com.netease.nimlib.sdk.robot.model.RobotAttachment
-
- setRoleInfoTimeTag(long) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMessageExtension
-
Set the update time of a sender profile
- setRoomId(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Set a chat room ID
- setRoomId(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Set a chat room ID
- setRoomId(String) - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Set a chat room ID
- setRoomId(String) - Method in class com.netease.nimlib.sdk.chatroom.model.MemberOption
-
Set a chat room ID
- setSamplesPerChannel(int) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatAudioFrame
-
- setSamplesPerSec(int) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatAudioFrame
-
- setSearchContent(String) - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- setSenderAvatar(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMessageExtension
-
Set the update time of a sender profile
- setSenderExtension(Map<String, Object>) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMessageExtension
-
Set the update time of a sender profile
- setSenderList(List<String>) - Method in class com.netease.nimlib.sdk.msg.model.MsgFullKeywordSearchConfig
-
- setSenderList(List<String>) - Method in class com.netease.nimlib.sdk.msg.model.MsgTimingFullKeywordSearchConfig
-
Set the list of sender accounts
- setSenderNick(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMessageExtension
-
Set the update time of a sender profile
- setSendToOnlineUserOnly(boolean) - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
Send messages only to online users
If the value is set to true, message can be received when the peer gets online.
- setServerRecord(boolean) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatLiveTaskConfig
-
Set to enable server recording
- setSessionId(String) - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
Set the session ID
- setSessionLimit(int) - Method in class com.netease.nimlib.sdk.msg.model.MsgFullKeywordSearchConfig
-
- setSessionType(SessionTypeEnum) - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
set the session type
- setSessionUpdate(boolean) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Update messages in a session.
- setSize(long) - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Set the size of a file in bytes
- setSize(long) - Method in class com.netease.nimlib.sdk.nos.model.NosTransferInfo
-
Set the file size.
- setSpeaker(boolean) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
set the speaker
- setSpeaker(String, boolean) - Method in class com.netease.nimlib.sdk.rts.RTSManager
-
Speaker control
- setStartTime(long) - Method in class com.netease.nimlib.sdk.msg.model.MsgSearchOption
-
- setStartTime(String) - Method in interface com.netease.nimlib.sdk.settings.model.NoDisturbConfig
-
Set the start time of the Do-Not-Disturb setting
- setStatus(MsgStatusEnum) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Set the message status
- setStatus(SystemMessageStatus) - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Set the status of a system message
- setStatus(NosTransferStatus) - Method in class com.netease.nimlib.sdk.nos.model.NosTransferInfo
-
Set the current transfer status of a file
- setStopTime(String) - Method in interface com.netease.nimlib.sdk.settings.model.NoDisturbConfig
-
Set the end time of the Do-Not-Disturb setting
- setString(AVChatParameters.Key<String>, String) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatParameters
-
- setSubtype(int) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Set the message subtype
- setSyncCurrentValue(boolean) - Method in class com.netease.nimlib.sdk.event.model.EventSubscribeRequest
-
- setSyncSelfEnable(boolean) - Method in class com.netease.nimlib.sdk.event.model.Event
-
- setSystemMessageRead(long) - Method in interface com.netease.nimlib.sdk.msg.SystemMessageService
-
Set a system message to read
- setSystemMessageStatus(long, SystemMessageStatus) - Method in interface com.netease.nimlib.sdk.msg.SystemMessageService
-
Set the state of system messages After system messages are handled, the method can be called to update the state of system messages.
- setTag(long) - Method in interface com.netease.nimlib.sdk.msg.model.RecentContact
-
Set a tag used to pin a contact or sort recent sessions.
- setTags(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Set user tags
- setTags(String) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomTagsInfo
-
- setTags(String) - Method in class com.netease.nimlib.sdk.chatroom.model.EnterChatRoomData
-
Set login tags
- setTargetId(String) - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Set the target ID of a system message
- setTaskId(String) - Method in class com.netease.nimlib.sdk.avchat.model.AVChatLiveTaskConfig
-
Set a unique streaming task ID used to add or delete a task
- setTeam(Team) - Method in class com.netease.nimlib.sdk.team.model.CreateTeamResult
-
- setTeamList(List<String>) - Method in class com.netease.nimlib.sdk.msg.model.MsgFullKeywordSearchConfig
-
- setTeamList(List<String>) - Method in class com.netease.nimlib.sdk.msg.model.MsgTimingFullKeywordSearchConfig
-
Set the list of group session IDs
- setTempMuted(boolean) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Temporarily mute a member
- setTempMuteDuration(long) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
- setText(String) - Method in class com.netease.nimlib.sdk.msg.attachment.AudioAttachment
-
- setThreadMsgFromAccount(String) - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- setThreadMsgIdClient(String) - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- setThreadMsgIdServer(long) - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- setThreadMsgTime(long) - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- setThreadMsgToAccount(String) - Method in class com.netease.nimlib.sdk.msg.model.MsgThreadOption
-
- setThreadOption(IMMessage) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Set the thread info using the parent message.
- setTime(long) - Method in class com.netease.nimlib.sdk.msg.model.BroadcastMessage
-
- setTime(long) - Method in class com.netease.nimlib.sdk.msg.model.CustomNotification
-
Set the time
- setTime(long) - Method in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
- setTime(long) - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Set the time when a system message is sent
- setTimeOut(int) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomCdnInfo
-
- setTimestamp(long) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomCdnInfo
-
- SettingsService - Interface in com.netease.nimlib.sdk.settings
-
Multi-client push and Do-Not-Disturb configuration interface
- SettingsServiceObserver - Interface in com.netease.nimlib.sdk.settings
-
Notification for system settings changes
- setTo(String) - Method in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
- setToAccounts(List<String>) - Method in interface com.netease.nimlib.sdk.chatroom.model.ChatRoomMessage
-
Set the list of receiver accounts
- setTransferType(NosTransferInfo.TransferType) - Method in class com.netease.nimlib.sdk.nos.model.NosTransferInfo
-
Set a transfer type
- setType(NotificationType) - Method in class com.netease.nimlib.sdk.msg.attachment.NotificationAttachment
-
Set the notification type
- setType(SessionTypeEnum) - Method in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
- setType(int) - Method in class com.netease.nimlib.sdk.msg.model.MsgDeleteSelfOption
-
- setType(int) - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Set the type of a system message
- setUnread(boolean) - Method in class com.netease.nimlib.sdk.msg.model.SystemMessage
-
Set the unread indicator for system messages
- setUpdateTime(long) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Set the update time of members
- setupLocalVideoRender(IVideoRender, boolean, int) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Sets a local video canvas.
- setupRemoteVideoRender(String, IVideoRender, boolean, int) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Set the canvas for a remote video stream.
- setupVideoCapturer(AVChatVideoCapturer) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Video data feed
- setUrl(String) - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
Set the download URL of a file stored on the server
- setUrl(String) - Method in class com.netease.nimlib.sdk.nos.model.NosTransferInfo
-
- setUserState(int) - Static method in class com.netease.nimlib.sdk.sf.InnerConfigs
-
Set the user's online status of the initial login.
This interface must be called together with the nimclient # init
method.
- setUserState(int) - Method in interface com.netease.nimlib.sdk.uinfo.UserService
-
- setValid(boolean) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomMember
-
Set a valid setting
- setValidFlag(int) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomInfo
-
Set the validity flag of a chat room
- setVideoQualityStrategy(int) - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Video quality policy setting
- setWidth(int) - Method in class com.netease.nimlib.sdk.msg.attachment.ImageAttachment
-
Set the width of an image
- setWidth(int) - Method in class com.netease.nimlib.sdk.msg.attachment.VideoAttachment
-
Set the video width
- setX(Double) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomSpatialLocation
-
- setY(Double) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomSpatialLocation
-
- setYidunAntiCheating(String) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Set anti-spam trigger words in JSON format
- setYidunAntiSpamExt(String) - Method in interface com.netease.nimlib.sdk.msg.model.IMMessage
-
Set an extension field for GuardEase anti-spam
- setZ(Double) - Method in class com.netease.nimlib.sdk.chatroom.model.ChatRoomSpatialLocation
-
- setZone(String) - Method in class com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData
-
- setZoom(int) - Method in class com.netease.nimlib.sdk.avchat.video.AVChatCameraCapturer
-
Set zoom
- SFService - Interface in com.netease.nimlib.sdk.sf.service
-
- shouldConsiderRevokedMessageUnreadCount - Variable in class com.netease.nimlib.sdk.SDKOptions
-
Specify whether to count recalled messages as unread
The default setting is false.
- shouldIgnore(IMMessage) - Method in interface com.netease.nimlib.sdk.team.model.IMMessageFilter
-
Specify whether to filter messages.
- shouldReLogin() - Method in enum com.netease.nimlib.sdk.StatusCode
-
- showBadge - Variable in class com.netease.nimlib.sdk.StatusBarNotificationConfig
-
Specify whether to display the unread count on the app icon shows (red dots)
The setting is only valid for Android 8.0 or later.
- showNotification(RevokeMsgNotification) - Method in interface com.netease.nimlib.sdk.msg.model.ShowNotificationWhenRevokeFilter
-
- ShowNotificationWhenRevokeFilter - Interface in com.netease.nimlib.sdk.msg.model
-
- SignallingEvent - Interface in com.netease.nimlib.sdk.avsignalling.event
-
Signalling event
- SignallingEventType - Enum in com.netease.nimlib.sdk.avsignalling.constant
-
Signalling event yype
- SignallingPushConfig - Class in com.netease.nimlib.sdk.avsignalling.model
-
Signalling push configuration
- SignallingPushConfig(boolean, String, String) - Constructor for class com.netease.nimlib.sdk.avsignalling.model.SignallingPushConfig
-
- SignallingPushConfig(boolean, String, String, Map<String, Object>) - Constructor for class com.netease.nimlib.sdk.avsignalling.model.SignallingPushConfig
-
- SignallingService - Interface in com.netease.nimlib.sdk.avsignalling
-
- SignallingServiceObserver - Interface in com.netease.nimlib.sdk.avsignalling
-
- SimulcastVideo(SessionStats.SimulcastVideo) - Constructor for class com.netease.nimlib.sdk.avchat.model.AVChatSessionStats.SimulcastVideo
-
- simulcastVideos - Variable in class com.netease.nimlib.sdk.avchat.model.AVChatSessionStats
-
Stats for published video streams (published and subscribed video streams)
- SINGLE - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatServerRecordMode
-
Individual recording
- size - Variable in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
File size
- size - Variable in class com.netease.nimlib.sdk.nos.model.NosTransferInfo
-
File size
- skipHistory - Variable in class com.netease.nimlib.sdk.chatroom.model.CustomChatRoomMessageConfig
-
Store the message on the server.
- SPEAKER_PHONE - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatAudioDevice
-
Speaker
- speakerEnabled() - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Check if the speaker is enabled
- start(int) - Method in class com.netease.nimlib.sdk.media.player.AudioPlayer
-
Starts playing the video file.
- start(String, List<RTSTunnelType>, RTSOptions, RTSNotifyOption, RTSCallback<RTSData>) - Method in class com.netease.nimlib.sdk.rts.RTSManager
-
(Initiator) starts a session.
- start - Variable in class com.netease.nimlib.sdk.search.model.RecordHitInfo
-
- START_NOTIFY_RECEIVED - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatControlCommand
-
Notification for receiving calls
- startAudioMixing(String, boolean, boolean, int, float) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Mix or replace audio streams from local files, URLs or captured from the microphone
- startAudioRecording() - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Start recording during the call, including the voice data of all users.
- startAudioRecording(int) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Start recording during the call, including the voice data of all users.
- startAVRecording(String) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Start recording a user's voice and video data to an MP4 file stored in the local storage on the client.
- startCapture(int, int, int) - Method in class com.netease.nimlib.sdk.avchat.video.AVChatExternalVideoCapturer
-
Start capure video data
- startNetDetect(int, AVChatNetDetectCallback) - Static method in class com.netease.nimlib.sdk.avchat.AVChatNetDetector
-
Start network detection
- startNetDetect(AVChatNetDetectCallback) - Static method in class com.netease.nimlib.sdk.avchat.AVChatNetDetector
-
Start network detection
Detect the network connection using audio mode
- startPlayCapturedAudio() - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Enable the in-ear monitor
- startRecord() - Method in class com.netease.nimlib.sdk.media.record.AudioRecorder
-
Start recording.
- startVideoPreview() - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Enable the local video preview
- stateOfValue(int) - Static method in enum com.netease.nimlib.sdk.avchat.constant.AVChatRecordState
-
- statisticsServer - Variable in class com.netease.nimlib.sdk.avchat.model.AVChatServerAddresses
-
Stats server.
- status - Variable in class com.netease.nimlib.sdk.chatroom.model.ChatRoomStatusChangeData
-
- status - Variable in class com.netease.nimlib.sdk.nos.model.NosTransferInfo
-
File transfer status
- status_bar_audio_message - Variable in class com.netease.nimlib.sdk.NimStrings
-
String for preview of voice messages on the status bar.
- status_bar_avchat_message - Variable in class com.netease.nimlib.sdk.NimStrings
-
String for preview of audio and video call messages on the status bar.
- status_bar_custom_message - Variable in class com.netease.nimlib.sdk.NimStrings
-
String for preview of custom messages on the status bar.
- status_bar_file_message - Variable in class com.netease.nimlib.sdk.NimStrings
-
String for preview of file messages on the status bar.
- status_bar_hidden_message_content - Variable in class com.netease.nimlib.sdk.NimStrings
-
Notification on the status bar.
- status_bar_image_message - Variable in class com.netease.nimlib.sdk.NimStrings
-
String for preview of image messages on the status bar.
- status_bar_location_message - Variable in class com.netease.nimlib.sdk.NimStrings
-
String for preview of geolocation messages on the status bar.
- status_bar_multi_messages_incoming - Variable in class com.netease.nimlib.sdk.NimStrings
-
Notifications on the status bar.
- status_bar_notification_message - Variable in class com.netease.nimlib.sdk.NimStrings
-
String for preview of notification messages on the status bar.
- status_bar_ticker_text - Variable in class com.netease.nimlib.sdk.NimStrings
-
The ticker text for the status bar when receiving new messages.
- status_bar_tip_message - Variable in class com.netease.nimlib.sdk.NimStrings
-
String for preview of tip messages on the status bar.
- status_bar_unsupported_message - Variable in class com.netease.nimlib.sdk.NimStrings
-
String for preview of unsupported message types on the status bar.
- status_bar_video_message - Variable in class com.netease.nimlib.sdk.NimStrings
-
String for preview of video messages on the status bar.
- statusBarNotificationConfig - Variable in class com.netease.nimlib.sdk.SDKOptions
-
The configuration of the notification alert.
- StatusBarNotificationConfig - Class in com.netease.nimlib.sdk
-
SDK configuration for status bar reminder
- StatusBarNotificationConfig() - Constructor for class com.netease.nimlib.sdk.StatusBarNotificationConfig
-
- StatusBarNotificationFilter - Interface in com.netease.nimlib.sdk
-
- StatusBarNotificationFilter.FilterPolicy - Enum in com.netease.nimlib.sdk
-
- StatusCode - Enum in com.netease.nimlib.sdk
-
The definitions of status codes for current users
- StatusCodeInfo - Class in com.netease.nimlib.sdk
-
- StatusCodeInfo(StatusCode, String) - Constructor for class com.netease.nimlib.sdk.StatusCodeInfo
-
- statusOfResCode(int) - Static method in enum com.netease.nimlib.sdk.StatusCode
-
- statusOfValue(int) - Static method in enum com.netease.nimlib.sdk.msg.constant.AttachStatusEnum
-
- statusOfValue(int) - Static method in enum com.netease.nimlib.sdk.msg.constant.DeleteTypeEnum
-
- statusOfValue(int) - Static method in enum com.netease.nimlib.sdk.msg.constant.MsgStatusEnum
-
- statusOfValue(int) - Static method in enum com.netease.nimlib.sdk.msg.constant.SystemMessageStatus
-
- statusOfValue(int) - Static method in enum com.netease.nimlib.sdk.nos.constant.NosTransferStatus
-
- StickTopSessionInfo - Interface in com.netease.nimlib.sdk.msg.model
-
- stop() - Method in class com.netease.nimlib.sdk.media.player.AudioPlayer
-
Stop playback
- stopAudioMixing() - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Stop audio mixing
- stopAudioRecording() - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Stop recording during the call, including the voice data of all users.
- stopAVRecording(String) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Stop recording a user's voice and video data to an MP4 file stored in the local storage on the client.
- stopCapture() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatExternalVideoCapturer
-
Stop capture video data
- stopNetDetect(String) - Static method in class com.netease.nimlib.sdk.avchat.AVChatNetDetector
-
Stop detection
- stopPlayAudioEffect(int) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Stop playing an effect
- stopPlayCapturedAudio() - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
diable the in-ear monitor
- stopVideoPreview() - Method in class com.netease.nimlib.sdk.avchat.AVChatManagerLite
-
Close the local video preview
- storageType() - Method in class com.netease.nimlib.sdk.msg.attachment.AudioAttachment
-
- storageType() - Method in class com.netease.nimlib.sdk.msg.attachment.FileAttachment
-
- storageType() - Method in class com.netease.nimlib.sdk.msg.attachment.ImageAttachment
-
- storageType() - Method in class com.netease.nimlib.sdk.msg.attachment.VideoAttachment
-
- subscribeActiveAudio() - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Manually subscribe to audio streams
- subscribeEvent(EventSubscribeRequest) - Method in interface com.netease.nimlib.sdk.event.EventSubscribeService
-
Subscribe event
- subscribeVideo(String, int) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Manually subscribe to video streams
- SuperTeam - Interface in com.netease.nimlib.sdk.superteam
-
Created by hzsunyj on 2019-05-24.
- SuperTeamMember - Interface in com.netease.nimlib.sdk.superteam
-
Group member info schema
For discussion groups, no group alias and administrators are required.
- SuperTeamService - Interface in com.netease.nimlib.sdk.superteam
-
Created by hzsunyj on 2019-05-16.
- SuperTeamServiceObserver - Interface in com.netease.nimlib.sdk.superteam
-
Created by hzsunyj on 2019-05-16.
- SWITCH_AUDIO_TO_VIDEO - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatControlCommand
-
Switch audio call to video call
- SWITCH_AUDIO_TO_VIDEO_AGREE - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatControlCommand
-
Agree to switch from audio call to video call
- SWITCH_AUDIO_TO_VIDEO_REJECT - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatControlCommand
-
Reject to switch from audio call to video call
- SWITCH_VIDEO_TO_AUDIO - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatControlCommand
-
Switch from video call to audio call
- switchCamera() - Method in class com.netease.nimlib.sdk.avchat.video.AVChatCameraCapturer
-
Switch cameras
- switchCommunicateMode(int) - Method in class com.netease.nimlib.sdk.avchat.AVChatManager
-
Switch the communication modes.
- SyncChannelListEvent - Class in com.netease.nimlib.sdk.avsignalling.event
-
Sync the channel list
- SyncChannelListEvent(ChannelFullInfo) - Constructor for class com.netease.nimlib.sdk.avsignalling.event.SyncChannelListEvent
-
- syncMsgPin(SessionTypeEnum, String, long) - Method in interface com.netease.nimlib.sdk.msg.MsgService
-
Sync PIN messages in a session
- syncRequest(InvocationFuture<T>, long) - Static method in class com.netease.nimlib.sdk.NIMClient
-
Converts an asynchronous call into a synchronous call when making asynchronous API calls on a non-UI thread.
- syncRequest(InvocationFuture<T>) - Static method in class com.netease.nimlib.sdk.NIMClient
-
- syncSelfEnable - Variable in class com.netease.nimlib.sdk.event.model.Event
-
Specify whether to support multiple device synchronization
- sysCpuRate - Variable in class com.netease.nimlib.sdk.avchat.model.AVChatSessionStats
-
- sysMemoryAvailable - Variable in class com.netease.nimlib.sdk.avchat.model.AVChatSessionStats
-
Current available memory (MB)
- SystemMessage - Class in com.netease.nimlib.sdk.msg.model
-
System message schema
- SystemMessage() - Constructor for class com.netease.nimlib.sdk.msg.model.SystemMessage
-
- SystemMessageObserver - Interface in com.netease.nimlib.sdk.msg
-
Observer for system messages
- SystemMessageService - Interface in com.netease.nimlib.sdk.msg
-
System message service interface
Handle system messages, such as group request and group invitation
- SystemMessageStatus - Enum in com.netease.nimlib.sdk.msg.constant
-
System message status enumerations
- SystemMessageType - Enum in com.netease.nimlib.sdk.msg.constant
-
System message type enumerations
- valid() - Method in class com.netease.nimlib.sdk.auth.LoginInfo
-
Check the validity of the user information used for login.
- value(int) - Static method in enum com.netease.nimlib.sdk.NimHandshakeType
-
- value(int) - Static method in enum com.netease.nimlib.sdk.NotificationFoldStyle
-
- value - Variable in class com.netease.nimlib.sdk.util.Entry
-
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.auth.constant.LoginSyncStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.avchat.constant.AVChatEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.avchat.constant.AVChatRecordState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.avchat.constant.AVChatType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.avsignalling.constant.ChannelStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.avsignalling.constant.ChannelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.avsignalling.constant.InviteAckStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.avsignalling.constant.SignallingEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.chatroom.constant.ChatRoomModeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.chatroom.constant.MemberQueryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.chatroom.constant.MemberType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.chatroom.model.ChatRoomKickOutEvent.ChatRoomKickOutReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.document.model.DMDocTransQuality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.document.model.DocTransFileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.document.model.DocTransImageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.document.model.DocTransState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.event.model.NimEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.event.model.NimOnlineStateEvent.OnlineStateEventValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.friend.constant.FriendFieldEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.friend.constant.FriendRelationship
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.friend.constant.FriendSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.friend.constant.VerifyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.friend.model.AddFriendNotify.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.media.record.RecordType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.misc.DirCacheFileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.mixpush.model.MixPushTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.ModeCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.msg.constant.AttachStatusEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.msg.constant.DeleteTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.msg.constant.MsgDirectionEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.msg.constant.MsgStatusEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.msg.constant.MsgTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.msg.constant.NotificationExtraTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.msg.constant.NotificationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.msg.constant.RevokeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.msg.constant.SessionTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.msg.constant.SystemMessageStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.msg.constant.SystemMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.msg.model.QueryDirectionEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.msg.model.SearchOrderEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.NimHandshakeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.nos.constant.NosTransferStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.nos.model.NosThumbParam.ThumbType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.nos.model.NosTransferInfo.TransferType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.NotificationFoldStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.rts.constant.RTSEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.rts.constant.RTSTimeOutEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.rts.constant.RTSTunnelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.StatusBarNotificationFilter.FilterPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.StatusCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.team.constant.TeamAllMuteModeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.team.constant.TeamBeInviteModeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.team.constant.TeamExtensionUpdateModeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.team.constant.TeamFieldEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.team.constant.TeamInviteModeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.team.constant.TeamMemberType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.team.constant.TeamMessageNotifyTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.team.constant.TeamTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.team.constant.TeamUpdateModeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.team.constant.VerifyTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.uinfo.constant.GenderEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netease.nimlib.sdk.uinfo.constant.UserInfoFieldEnum
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.netease.nimlib.sdk.auth.constant.LoginSyncStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.avchat.constant.AVChatEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.avchat.constant.AVChatRecordState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.avchat.constant.AVChatType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.avsignalling.constant.ChannelStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.avsignalling.constant.ChannelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.avsignalling.constant.InviteAckStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.avsignalling.constant.SignallingEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.chatroom.constant.ChatRoomModeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.chatroom.constant.MemberQueryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.chatroom.constant.MemberType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.chatroom.model.ChatRoomKickOutEvent.ChatRoomKickOutReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.document.model.DMDocTransQuality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.document.model.DocTransFileType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.document.model.DocTransImageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.document.model.DocTransState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.event.model.NimEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.event.model.NimOnlineStateEvent.OnlineStateEventValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.friend.constant.FriendFieldEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.friend.constant.FriendRelationship
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.friend.constant.FriendSource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.friend.constant.VerifyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.friend.model.AddFriendNotify.Event
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.media.record.RecordType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.misc.DirCacheFileType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.mixpush.model.MixPushTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.ModeCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.msg.constant.AttachStatusEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.msg.constant.DeleteTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.msg.constant.MsgDirectionEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.msg.constant.MsgStatusEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.msg.constant.MsgTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.msg.constant.NotificationExtraTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.msg.constant.NotificationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.msg.constant.RevokeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.msg.constant.SessionTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.msg.constant.SystemMessageStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.msg.constant.SystemMessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.msg.model.QueryDirectionEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.msg.model.SearchOrderEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.NimHandshakeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.nos.constant.NosTransferStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.nos.model.NosThumbParam.ThumbType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.nos.model.NosTransferInfo.TransferType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.NotificationFoldStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.rts.constant.RTSEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.rts.constant.RTSTimeOutEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.rts.constant.RTSTunnelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.StatusBarNotificationFilter.FilterPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.StatusCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.team.constant.TeamAllMuteModeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.team.constant.TeamBeInviteModeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.team.constant.TeamExtensionUpdateModeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.team.constant.TeamFieldEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.team.constant.TeamInviteModeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.team.constant.TeamMemberType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.team.constant.TeamMessageNotifyTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.team.constant.TeamTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.team.constant.TeamUpdateModeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.team.constant.VerifyTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.uinfo.constant.GenderEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netease.nimlib.sdk.uinfo.constant.UserInfoFieldEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VerifyType - Enum in com.netease.nimlib.sdk.friend.constant
-
Friend request type
- VerifyTypeEnum - Enum in com.netease.nimlib.sdk.team.constant
-
Verification type for joining a group
- verifyTypeOfValue(byte) - Static method in enum com.netease.nimlib.sdk.friend.constant.VerifyType
-
- vibrate - Variable in class com.netease.nimlib.sdk.StatusBarNotificationConfig
-
Specify whether to enable vibration for alerts.
- VIDEO_CAMERA_CLOSED - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent
-
The camera is closed
- VIDEO_CAMERA_OPEN_ERROR - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent
-
Failed to open the camera
- VIDEO_CAMERA_OPENED - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent
-
The camera is opened
- VIDEO_CAMERA_OPENING - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent
-
Opening the camera
- VIDEO_CAMERA_RUNNING_FREEZED - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent
-
Camera data freezed
- VIDEO_CAMERA_SWITCH_ERROR - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent
-
Failed to switch the camera
- VIDEO_CAMERA_SWITCH_OK - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatDeviceEvent
-
The camera is switched
- VIDEO_MODE - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatCommunicateMode
-
Video mode
- VIDEO_OFF - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatNetworkQuality
-
Unpublish the video stream due to network quality
- VIDEO_QUALITY_480P - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatNetDetectType
-
Video 480P, (640x480)
- VIDEO_QUALITY_540P - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatNetDetectType
-
Video 540P, (960x540)
- VIDEO_QUALITY_720P - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatNetDetectType
-
Video 720P, (1280x720)
- VIDEO_QUALITY_DEFAULT - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatNetDetectType
-
Default video resolution
- VIDEO_QUALITY_HIGH - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatNetDetectType
-
High resolution (480x320)
- VIDEO_QUALITY_LOW - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatNetDetectType
-
Low resolution (240x160)
- VIDEO_QUALITY_MEDIUM - Static variable in interface com.netease.nimlib.sdk.avchat.constant.AVChatNetDetectType
-
Medium resolution (352x288)
- VideoAttachment - Class in com.netease.nimlib.sdk.msg.attachment
-
Video attachment
- VideoAttachment() - Constructor for class com.netease.nimlib.sdk.msg.attachment.VideoAttachment
-
- VideoAttachment(String) - Constructor for class com.netease.nimlib.sdk.msg.attachment.VideoAttachment
-
- videoLostRate - Variable in class com.netease.nimlib.sdk.avchat.model.AVChatNetworkStats
-
Video packet loss (1-100)
- videoType - Variable in class com.netease.nimlib.sdk.avchat.model.AVChatSessionStats.SimulcastVideo
-
Video stream type
- vivoCertificateName - Variable in class com.netease.nimlib.sdk.mixpush.MixPushConfig
-
Configure the appId and apiKey in AndroidManifest.xml for VIVO push
You can apply for VIVO push certificate in the CommsEase console.
- VivoPushMessageReceiver - Class in com.netease.nimlib.sdk.mixpush
-
The following methods run in non-UI threads and are consistent with OpenClientPushMessageReceiver supported by Vivo.
- VivoPushMessageReceiver() - Constructor for class com.netease.nimlib.sdk.mixpush.VivoPushMessageReceiver
-