iOS高德地图SDK(基础) V1.9.2
Loading...
Searching...
No Matches
<AMapLicenseManagerDelegate> Protocol Reference

#include <AMapLicenseManager.h>

Inheritance diagram for <AMapLicenseManagerDelegate>:

Instance Methods

(void) - licenseTerminalAuthResult:errmsg:
 
(void) - licenseTerminalAuthResult:errmsg:featureBits:
 

Method Documentation

◆ licenseTerminalAuthResult:errmsg:

- (void) licenseTerminalAuthResult: (int)  errorCode
errmsg: (NSString *)  msg 
optional

鉴权结果回调 Authentication result callback

Parameters
errorCode0:权限无效(未注册) 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
featureBitsSDK 能力位图,基础包为 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:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。