【发布时间】:2015-11-30 19:25:28
【问题描述】:
我很困惑;如何从 parse.com USER 数据库中获取布尔值? 我想要实现的是:
if(The user who is trying to log in right now has not verified his email){
Toast.makeText(getApplicationContext(),"Verify your email please",Toast.LENGTH_SHORT).show();
}
所以,基本上,我的问题是:如何获得用户的布尔值?
【问题讨论】:
标签: android parse-platform boolean