14 行
541 B
TypeScript
14 行
541 B
TypeScript
|
|
export { initSDK, getConfig } from './core/config'
|
||
|
|
export type { XuqmSDKConfig } from './core/config'
|
||
|
|
export { getToken, saveToken, clearToken } from './core/http'
|
||
|
|
|
||
|
|
export { ImSDK } from './im/imSDK'
|
||
|
|
export { ImClient } from './im/imClient'
|
||
|
|
export type { ImMessage, ChatType, MsgType, MsgStatus, ImEventListener } from './im/types'
|
||
|
|
|
||
|
|
export { PushSDK } from './push/pushSDK'
|
||
|
|
export type { PushVendor } from './push/pushSDK'
|
||
|
|
|
||
|
|
export { UpdateSDK } from './update/updateSDK'
|
||
|
|
export type { AppUpdateInfo, RnUpdateInfo } from './update/updateSDK'
|