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) Add a RTC service listener |
| void | removeRTCServiceListener(BMXRTCServiceListener listener) Remove a RTC service 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
)
Add a RTC service listener
function removeRTCServiceListener#
inline void removeRTCServiceListener(
BMXRTCServiceListener listener
)
Remove a RTC service listener
Updated on 2023-06-21 at 16:26:43 +0800