im::floo::floolib::BMXDevice
设备信息
Public Functions
Name
synchronized void
delete()
int
deviceSN() 设备序列号
long
userId() 用户id
int
platform() 软件平台
String
userAgent() 用户代理信息
void
setUserAgent(String userAgent) 设置用户代理信息
boolean
isCurrentDevice() 是否是当前设备
Protected Functions
Public Functions Documentation
function delete
inline synchronized void delete()
function deviceSN
inline int deviceSN()
设备序列号
Return: int
function userId
inline long userId()
用户id
Return: int64_t
function platform
inline int platform()
软件平台
Return: int
function userAgent
inline String userAgent()
用户代理信息
Return: std::string
function setUserAgent
inline void setUserAgent(
String userAgent
)
设置用户代理信息
Parameters:
userAgent 用户代理信息
function isCurrentDevice
inline boolean isCurrentDevice()
是否是当前设备
Return: bool
Protected Functions Documentation
function BMXDevice
inline BMXDevice(
long cPtr,
boolean cMemoryOwn
)
function finalize
inline void finalize()
function getCPtr
static inline long getCPtr(
BMXDevice obj
)
Updated on 2022-01-26 at 17:18:31 +0800
Last updated
Was this helpful?