| 操作 | 旧版本 | 新版本 | d.ts文件 | | ---- | ------ | ------ | -------- | | 新增 | NA | 类名:deviceAttest; <br>方法or属性:function getAttestStatus(callback: AsyncCallback<AttestResultInfo>) : void; | @ohos.deviceAttest.d.ts | | 新增 | NA | 类名:deviceAttest; <br/>方法or属性:function getAttestStatus() : Promise<AttestResultInfo>; | @ohos.deviceAttest.d.ts | | 新增 | NA | 类名:deviceAttest; <br/>方法or属性:function getAttestStatusSync() : AttestResultInfo; | @ohos.deviceAttest.d.ts | | 新增 | NA | 类名:AttestResultInfo; <br/>方法or属性:authResult : number; | @ohos.deviceAttest.d.ts | | 新增 | NA | 类名:AttestResultInfo; <br/>方法or属性:softwareResult : number; | @ohos.deviceAttest.d.ts | | 新增 | NA | 类名:AttestResultInfo;<br/> 方法or属性:softwareResultDetail : Array<number>; | @ohos.deviceAttest.d.ts | | 新增 | NA | 类名:AttestResultInfo; <br/>方法or属性:ticket : string; | @ohos.deviceAttest.d.ts |