com.supermap.onlineservices
Interface OnlineService.AccountInfoByTypeCallback
-
- Enclosing class:
- OnlineService
public static interface OnlineService.AccountInfoByTypeCallback
Gets the account information callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
accountInfoByTypeFailed(java.lang.String errInfo)
Fails to get the account informationvoid
accountInfoByTypeSuccess(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
-
-