top::maxim::rtc::RTCManager
Description : RTC Created by Mango on 2018/12/2.
Public Functions
Name | |
---|---|
RTCManager | getInstance() |
void | init(Application application, BMXClient bmxClient) |
BMXRTCEngine | getRTCEngine() |
void | addRTCServiceListener(BMXRTCServiceListener listener) 添加监听者 |
void | removeRTCServiceListener(BMXRTCServiceListener listener) 移除监听者 |
Public Functions Documentation
function getInstance
static inline RTCManager getInstance()
function init
inline void init(
Application application,
BMXClient bmxClient
)
function getRTCEngine
inline BMXRTCEngine getRTCEngine()
function addRTCServiceListener
inline void addRTCServiceListener(
BMXRTCServiceListener listener
)
添加监听者
function removeRTCServiceListener
inline void removeRTCServiceListener(
BMXRTCServiceListener listener
)
移除监听者
Updated on 2023-06-21 at 16:26:43 +0800