gpt4 book ai didi

android - 成功后数字电话号码为空

转载 作者:太空狗 更新时间:2023-10-29 14:46:52 26 4
gpt4 key购买 nike

DigitsAuthButton digitsButton = (DigitsAuthButton) findViewById(R.id.auth_button);
digitsButton.setCallback(new AuthCallback() {
@Override
public void success(DigitsSession session, String phoneNumber) {
// TODO: associate the session userID with your user model
Toast.makeText(getApplicationContext(), "Authentication successful for "
+ phoneNumber, Toast.LENGTH_LONG).show();
}

@Override
public void failure(DigitsException exception) {
Log.d("Digits", "Sign in with Digits failure", exception);
}
});

当我运行上面的代码时,我收到身份验证成功消息,但 phoneNumber 字符串显示为空白。

我使用了很多天的相同代码,并且运行顺利。今天我遇到了这个问题。

最佳答案

Digits 已发布 2.0,因此您必须为该版本更新代码。

编辑:我也尝试过使用 2.0,但它不起作用。

关于android - 成功后数字电话号码为空,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39160155/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com