主要 API说明
AppGuard SDK iOS API Reference
文件概要
该文件是说明 nProtect AppGuard iOS SDK 的 API 使用方法的文件。
提供的 API 列表
| API 名称 | 说明 |
|---|---|
| void APPGUARD_INIT(APPGUARDAPPCALLBACK) | 启动AppGuard 驱动的函数。 |
| void APPGUARD_SET_USER_ID(const char* userId) | 检测到违反策略时设置记录在log server上的用户ID的函数。 |
| void APPGUARD_SET_CERTIFICATION_ID(const char* clientId, int retryTimeout) | 用于服务器认证的用户识别键和设置服务器认证重试时间的函数。 |
| void APPGUARD_SET_RESERVED1(int value, int option) |