com.supermap.onlineservices
Interface OnlineService.AccountInfoByTypeCallback
-
- Enclosing class:
- OnlineService
public static interface OnlineService.AccountInfoByTypeCallbackGets the account information callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidaccountInfoByTypeFailed(java.lang.String errInfo)Fails to get the account informationvoidaccountInfoByTypeSuccess(java.lang.String nickName, java.lang.String userId)Gets the account information successfully
-
-
-
Method Detail
-
accountInfoByTypeSuccess
void accountInfoByTypeSuccess(java.lang.String nickName, java.lang.String userId)Gets the account information successfully- Parameters:
nickName- aliasuserId- id
-
accountInfoByTypeFailed
void accountInfoByTypeFailed(java.lang.String errInfo)
Fails to get the account information- Parameters:
errInfo- Error information
-
-