openimsdk / open-im-sdk-android

IM Android
https://openim.io
MIT License
225 stars 157 forks source link

Must read before opening an issue #28

Closed hrxiang closed 2 years ago

hrxiang commented 2 years ago

"SDK Usage Steps:

  1. Initialize the SDK.
  2. Set various listeners.
  3. Log in.
  4. Perform other operations.

All actions must ensure that steps 1, 2, and 3 have been completed first.

You can determine whether the initialization was successful based on the boolean value returned by the initialization or by checking the console logs when calling the login method."

hrxiang commented 2 years ago

io.opeim.client-sdk:源码开源地址:https://github.com/OpenIMSDK/Open-IM-SDK-Core.git

hrxiang commented 2 years ago

该项目是go SDK的桥接代码,不是demo,运行看不到任何效果。