Agora Java API Reference for Android
|
Public Member Functions | |
abstract int | initialize (RtmConfig config) |
abstract StreamChannel | createStreamChannel (@NonNull String channelName) |
Static Public Member Functions | |
static synchronized RtmClient | create () throws RuntimeException |
static synchronized void | release () |
Protected Member Functions | |
abstract int | releaseClient () |
The RtmClient class.
This class provides the main methods that can be invoked by your app.
RtmClient is the basic interface class of the Agora RTM SDK. Creating an RtmClient object and then calling the methods of this object enables you to use Agora RTM SDK's functionality.
|
static |
create rtm client instance.
|
static |
Release the rtm client instance.
|
abstract |
Initializes the rtm client instance.
[in] | config | The configurations for RTM Client. |
|
abstract |
Create a stream channel instance.
[in] | channelName | The Name of the channel. |