com.supermap.onlineservices
Interface OnlineService.LoginCallback
-
- Enclosing class:
- OnlineService
public static interface OnlineService.LoginCallback
The login callback interface for verifying users' login.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
loginFailed(java.lang.String errInfo)
Failed Loginvoid
loginSuccess()
successful login
-