Package top.focess.qq.api.bot.contact
Interface OtherClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description intgetAppId()The device appid of this clientStringgetDeviceKind()The device type of this clientdefault StringgetDeviceName()The device name of this client
-
-
-
Method Detail
-
getDeviceKind
String getDeviceKind()
The device type of this client- Returns:
- the device type of this client
-
getAppId
int getAppId()
The device appid of this client- Returns:
- the device appid of this client
-
getDeviceName
default String getDeviceName()
The device name of this client- Returns:
- the device name of this client
-
-