|
Agora Java API Reference for Android
|
The context information of the extension. More...
Public Member Functions | |
| ExtensionContext (int uid, String providerName, String extensionName) | |
Public Attributes | |
| boolean | isValid |
| int | uid |
| String | providerName |
| String | extensionName |
The context information of the extension.
| boolean io.agora.rtc2.ExtensionContext.isValid |
Whether the uid in ExtensionContext is valid:
true: The uid is valid.false: The uid is invalid. | int io.agora.rtc2.ExtensionContext.uid |
The user ID. 0 represents a local user, while greater than 0 represents a remote user.
| String io.agora.rtc2.ExtensionContext.providerName |
The name of the extension provider.
| String io.agora.rtc2.ExtensionContext.extensionName |
The name of the extension.
1.8.18