use of com.eros.framework.manager.impl.RouterManager in project WeexErosFramework by bmfe.
the class EventCall method call.
public void call(String params, Context context) {
RouterManager routerManager = ManagerFactory.getManagerService(RouterManager.class);
routerManager.dialing(context, params);
}
Aggregations