如果用户已共享,按下确定或按下取消PlusOneButton共享对话框,我试图获取状态。我试图找到解决方案,但没有得到任何解决方案。当我取消共享对话框时,进度条会继续加载PlusOneButton。我需要获得所有状态以将状态保持在应用程序中。下面是我使用的代码。
PlusOneButton plusButton = (PlusOneButton) findViewById(R.id.plus_one_button);
// if button is clicked, close the custom dialog
plusButton.initialize("APP_URL", PLUS_ONE_REQUEST_CODE);
plusButton.setOnPlusOneClickListener(new PlusOneButton.OnPlusOneClickListener() {
@Override
public void onPlusOneClick(Intent arg0) {
// TODO Auto-generated method stub
}
});