Agora RTC Objective-C API Reference
Refactor
|
Inherits RefCountInterface.
Public Member Functions | |
virtual int | postEvent (const char *key, const char *value)=0 |
virtual void | printLog (commons::LOG_LEVEL level, const char *format,...)=0 |
|
pure virtual |
Post an event and notify the end users.
key | '\0' ended string that describes the key of the event |
value | '\0' ended string that describes the value of the event |
|
pure virtual |
print log to the SDK.
level | Log level agora::commons::LOG_LEVEL |
format | log formatter string |
... | variadic arguments |
|
pure virtualinherited |
|
pure virtualinherited |
|
pure virtualinherited |