#include <AMapLicenseManager.h>
◆ licenseTerminalAuthResult:errmsg:
| - (void) licenseTerminalAuthResult: |
|
(int) |
errorCode |
| errmsg: |
|
(NSString *) |
msg |
|
|
| |
|
optional |
鉴权结果回调 Authentication result callback
- Parameters
-
| errorCode | 0:权限无效(未注册) 0: Invalid permission (unregistered) 1:权限有效 1: Permission is valid 2:权限无效(过期) 2: Invalid permission (expired) 3:参数错误,不请求服务 3: Parameter error, not requesting service 其他:服务端错误码 Other: Server error codes |
| msg | 鉴权结果信息 Msg authentication result information |
◆ licenseTerminalAuthResult:errmsg:featureBits:
| - (void) licenseTerminalAuthResult: |
|
(int) |
errorCode |
| errmsg: |
|
(NSString *) |
msg |
| featureBits: |
|
(NSUInteger) |
featureBits |
|
|
| |
|
optional |
鉴权结果回调 Authentication result callback
- Parameters
-
| featureBits | SDK 能力位图,基础包为 bit0,高级包为 bit1 FeatureBits SDK capability bitmap, basic package is bit0, advanced package is bit1 |
The documentation for this protocol was generated from the following file: