我正在为Android构建一个外部对象。 我有一个异步方法,我想我必须在外部对象中使用一个Event来接收它在Genexus中的回调。
但是,任何人都可以告诉我如何从Android java类中在GX中触发此事件吗?
答案 0 :(得分:0)
此方法:
mCoordinator.runAction("yourEvent", null);
你可以在构造函数中获得mCoordinator:
public YourUC(Context context, Coordinator coordinator, LayoutItemDefinition definition){
}