[]LayaBox二次开发 如何用到 activity的上下文对象Context

如果java类中需要用到 Context 上下文对象的,LayaBox怎么二次开发?请指导
如,android里写了一个Test类,
public class Test {
private Context context;
public void init(final Context context) {
this.context = context;
}

public void msg() {
Log.d("layabox", "test");
Toast.makeText(context, "测试", Toast.LENGTH_SHORT).show();
}

}
该如何反射才能调到 msg 方法
已邀请:

Laya_XS

赞同来自:

在官网的论坛里已经提供了反射的方法,可以参考下:https://ldc.layabox.com/doc/?nav=zh-as-7-2-2

要回复问题请先

商务合作
商务合作