Agora Java API Reference for Android
io.agora.rtm.RtmLock Member List

This is the complete list of members for io.agora.rtm.RtmLock, including all inherited members.

acquireLock(String channelName, RtmChannelType channelType, String lockName, boolean retry, ResultCallback< Void > resultCallback)io.agora.rtm.RtmLock
getLocks(String channelName, RtmChannelType channelType, ResultCallback< ArrayList< LockDetail >> resultCallback)io.agora.rtm.RtmLock
releaseLock(String channelName, RtmChannelType channelType, String lockName, ResultCallback< Void > resultCallback)io.agora.rtm.RtmLock
removeLock(String channelName, RtmChannelType channelType, String lockName, ResultCallback< Void > resultCallback)io.agora.rtm.RtmLock
revokeLock(String channelName, RtmChannelType channelType, String lockName, String owner, ResultCallback< Void > resultCallback)io.agora.rtm.RtmLock
setLock(String channelName, RtmChannelType channelType, String lockName, long ttl, ResultCallback< Void > resultCallback)io.agora.rtm.RtmLock