wildfire-im-sdk
Version:
野火IM SDK for Vue3 projects
18 lines (17 loc) • 354 B
TypeScript
export default class UserClientState {
/**
Platform_UNSET = 0;
Platform_iOS = 1;
Platform_Android = 2;
Platform_Windows = 3;
Platform_OSX = 4;
Platform_WEB = 5;
Platform_WX = 6;
Platform_LINUX = 7;
Platform_iPad = 8;
Platform_APad = 9;
*/
platform: any;
state: any;
lastSeen: any;
}