Hello. I tried to get access to XWalkContent in XWalkViewInternal by
implementing this function:

```
 @XWalkAPI
    public XWalkContent getXWalkContent() {
        return mContent;
    }
```

But got a error during build:
```
/java/org/xwalk/core/XWalkView.java:1679: error: cannot find symbol
    public XWalkContent getXWalkContent() {
```

I tried to use annotation with different parameters (such as
@XWalkAPI(createExternally = true), but still have no luck.


Can you help, what is the proper way to pass links from
XWalkViewInternal.java to make them available in XWalkView.java file?
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to