SFRandCodeMessage

类描述

图形认证回调信息类。 在图形认证的时候会回调这个类,里面包含一些短信验证码的一些回调信息。

目前使用到SFRandCodeMessage的回调:

​ 辅助认证的回调:onAuthProgress。

说明:重新获取图形验证码的回调是直接把SFRandCodeMessage中的数据回调给调用层

注意事项

这个类继承SFBaseMessage,错误码相关文档的和SFBaseMessage一致。

类定义

public class SFRandCodeMessage extends SFBaseMessage{

    public byte[] imageBytes;
    public int imageByteLength;

    }

类成员描述

错误码和错误信息请看SFBaseMessage。

类成员 类型 描述
imageBytes byte[] 图形的二进制数据
imageByteLength int 图形数据的长度

results matching ""

    No results matching ""