Signaling (previously RTM) SDK v1.5.0 API Reference for Android
|
This is the complete list of members for io.agora.rtm.RtmClient, including all inherited members.
addOrUpdateChannelAttributes(String channelId, List< RtmChannelAttribute > attributes, ChannelAttributeOptions option, ResultCallback< Void > resultCallback) | io.agora.rtm.RtmClient | |
addOrUpdateLocalUserAttributes(List< RtmAttribute > attributes, ResultCallback< Void > resultCallback) | io.agora.rtm.RtmClient | |
AGORA_RTM_END_CALL_PREFIX | io.agora.rtm.RtmClient | static |
cancelMediaDownload(RtmRequestId requestId, ResultCallback< Void > resultCallback) | io.agora.rtm.RtmClient | |
cancelMediaUpload(RtmRequestId requestId, ResultCallback< Void > resultCallback) | io.agora.rtm.RtmClient | |
clearChannelAttributes(String channelId, ChannelAttributeOptions option, ResultCallback< Void > resultCallback) | io.agora.rtm.RtmClient | |
clearLocalUserAttributes(ResultCallback< Void > resultCallback) | io.agora.rtm.RtmClient | |
createChannel(@NonNull String channelId, @NonNull RtmChannelListener channelListener) | io.agora.rtm.RtmClient | |
createFileMessageByMediaId(@NonNull String mediaId) | io.agora.rtm.RtmClient | |
createFileMessageByUploading(@NonNull String filePath, RtmRequestId requestId, ResultCallback< RtmFileMessage > resultCallback) | io.agora.rtm.RtmClient | |
createImageMessageByMediaId(@NonNull String mediaId) | io.agora.rtm.RtmClient | |
createImageMessageByUploading(@NonNull String filePath, RtmRequestId requestId, ResultCallback< RtmImageMessage > resultCallback) | io.agora.rtm.RtmClient | |
createInstance(@NonNull Context context, @NonNull String appId, @NonNull RtmClientListener eventListener) | io.agora.rtm.RtmClient | static |
createMessage() | io.agora.rtm.RtmClient | |
createMessage(String text) | io.agora.rtm.RtmClient | |
createMessage(byte[] data) | io.agora.rtm.RtmClient | |
createMessage(byte[] data, String description) | io.agora.rtm.RtmClient | |
deleteChannelAttributesByKeys(String channelId, List< String > attributeKeys, ChannelAttributeOptions option, ResultCallback< Void > resultCallback) | io.agora.rtm.RtmClient | |
deleteLocalUserAttributesByKeys(List< String > attributeKeys, ResultCallback< Void > resultCallback) | io.agora.rtm.RtmClient | |
downloadMediaToFile(@NonNull String mediaId, @NonNull String filePath, RtmRequestId requestId, ResultCallback< Void > resultCallback) | io.agora.rtm.RtmClient | |
downloadMediaToMemory(@NonNull String mediaId, RtmRequestId requestId, ResultCallback< byte[]> resultCallback) | io.agora.rtm.RtmClient | |
getChannelAttributes(String channelId, ResultCallback< List< RtmChannelAttribute > > resultCallback) | io.agora.rtm.RtmClient | |
getChannelAttributesByKeys(String channelId, List< String > attributeKeys, ResultCallback< List< RtmChannelAttribute > > resultCallback) | io.agora.rtm.RtmClient | |
getChannelMemberCount(List< String > channelIds, ResultCallback< List< RtmChannelMemberCount > > resultCallback) | io.agora.rtm.RtmClient | |
getRtmCallManager() | io.agora.rtm.RtmClient | |
getSdkVersion() | io.agora.rtm.RtmClient | static |
getUserAttributes(String userId, ResultCallback< List< RtmAttribute > > resultCallback) | io.agora.rtm.RtmClient | |
getUserAttributesByKeys(String userId, List< String > attributeKeys, ResultCallback< List< RtmAttribute > > resultCallback) | io.agora.rtm.RtmClient | |
LOG_FILTER_CRITICAL | io.agora.rtm.RtmClient | static |
LOG_FILTER_ERROR | io.agora.rtm.RtmClient | static |
LOG_FILTER_INFO | io.agora.rtm.RtmClient | static |
LOG_FILTER_OFF | io.agora.rtm.RtmClient | static |
LOG_FILTER_WARNING | io.agora.rtm.RtmClient | static |
login(@Nullable String token, @NonNull String userId, @Nullable ResultCallback< Void > resultCallback) | io.agora.rtm.RtmClient | |
logout(@Nullable ResultCallback< Void > resultCallback) | io.agora.rtm.RtmClient | |
queryPeersBySubscriptionOption(Integer option, ResultCallback< Set< String > > resultCallback) | io.agora.rtm.RtmClient | |
queryPeersOnlineStatus(Set< String > peerIds, ResultCallback< Map< String, Boolean > > resultCallback) | io.agora.rtm.RtmClient | |
release() | io.agora.rtm.RtmClient | |
renewToken(String token, ResultCallback< Void > resultCallback) | io.agora.rtm.RtmClient | |
sendMessageToPeer(@NonNull String peerId, @NonNull RtmMessage message, @Nullable ResultCallback< Void > resultCallback) | io.agora.rtm.RtmClient | |
sendMessageToPeer(@NonNull String peerId, @NonNull RtmMessage message, @NonNull SendMessageOptions options, @Nullable ResultCallback< Void > resultCallback) | io.agora.rtm.RtmClient | |
setChannelAttributes(String channelId, List< RtmChannelAttribute > attributes, ChannelAttributeOptions option, ResultCallback< Void > resultCallback) | io.agora.rtm.RtmClient | |
setLocalUserAttributes(List< RtmAttribute > attributes, ResultCallback< Void > resultCallback) | io.agora.rtm.RtmClient | |
setLogFile(String filePath) | io.agora.rtm.RtmClient | |
setLogFileSize(int fileSizeInKBytes) | io.agora.rtm.RtmClient | |
setLogFilter(int filter) | io.agora.rtm.RtmClient | |
setParameters(String parameters) | io.agora.rtm.RtmClient | |
setRtmServiceContext(RtmServiceContext context) | io.agora.rtm.RtmClient | static |
subscribePeersOnlineStatus(Set< String > peerIds, ResultCallback< Void > resultCallback) | io.agora.rtm.RtmClient | |
unsubscribePeersOnlineStatus(Set< String > peerIds, ResultCallback< Void > resultCallback) | io.agora.rtm.RtmClient |