Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当使用 ( neura sdk ) 检测用户在哪里以及他/她在 30 分钟前在做什么时。
我们按照他们的指南与 Neara 进行交互,并成功通过 Neura 进行身份验证。
对于我们的服务器端,我们需要使用 neura 的 api 请求来接收用户的情况。问题是我们没有链接中描述的 accessToken 。
我是从那里得到这个 accessToken 的吗?
你可以从:SDKUtils
mNeuraApiClient 是一个实例com.neura.standalonesdk.service
com.neura.standalonesdk.service
import com.neura.standalonesdk.util; SDKUtils.isConnected(getApplicationContext(), mNeuraApiClient);