im::floo::floolib::BMXDevice

设备信息

Public Functions

Name

synchronized void

int

deviceSN() 设备序列号

long

userId() 用户id

int

platform() 软件平台

String

userAgent() 用户代理信息

void

setUserAgent(String userAgent) 设置用户代理信息

boolean

isCurrentDevice() 是否是当前设备

Protected Functions

Name

BMXDevice(long cPtr, boolean cMemoryOwn)

void

Public Functions Documentation

function delete

function deviceSN

设备序列号

Return: int

function userId

用户id

Return: int64_t

function platform

软件平台

Return: int

function userAgent

用户代理信息

Return: std::string

function setUserAgent

设置用户代理信息

Parameters:

  • userAgent 用户代理信息

function isCurrentDevice

是否是当前设备

Return: bool

Protected Functions Documentation

function BMXDevice

function finalize

function getCPtr


Updated on 2022-01-26 at 17:18:31 +0800

Last updated

Was this helpful?