更新passport版本,分发onMapLoaded事件
This commit is contained in:
@@ -59,6 +59,7 @@ public interface IMogoModuleProvider extends IProvider {
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@Deprecated
|
||||
IMogoMapListener getMapListener();
|
||||
|
||||
/**
|
||||
|
||||
@@ -9,7 +9,9 @@ public
|
||||
*/
|
||||
interface IMogoTicketCallback {
|
||||
|
||||
void onSuccess( String ticket );
|
||||
void onTicketGot( String ticket );
|
||||
|
||||
void onError( int code, String msg );
|
||||
|
||||
void onLoginSuccess(String token, String sn);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user