allowResetPassword

接口描述

判断当前用户是否支持主动修改密码

方法定义

public boolean allowResetPassword()

返回值

boolean类型,true表示支持,false表示不支持

示例代码

if (!SFUemSDK.getInstance().allowResetPassword()) {
    Toast.makeText(AuthSuccessActivity.this, "当前不支持修改密码", Toast.LENGTH_SHORT).show();
    return;
}

results matching ""

    No results matching ""