com.supermap.realspace
Interface LoginCallBackListenner
- 
 
 public interface LoginCallBackListennerSuperMap Online login listener.SuperMap Online login listener.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidonFailure(java.lang.String error)Login failed callback, telling the user to log in failed.voidonSuccess(java.lang.String success)Login successful callback.
 
- 
- 
- 
Method Detail- 
onFailurevoid onFailure(java.lang.String error) Login failed callback, telling the user to log in failed.- Parameters:
- error- Specifies the failed error message.
 
 - 
onSuccessvoid onSuccess(java.lang.String success) Login successful callback.- Parameters:
- success- Specifies the success message.
 
 
- 
 
-