Replicating "implements" in UPL

Hi,

I am trying to write an Android plugin on Unreal. How do I incorporate “implements” java code like below:

Is there a specific XML tag for the same?

TIA.

Unfortunately it’s not possible in UPL. You need to modify Engine/Build/Android/Java/src/com/epicgames/ue4/GameActivity.java

Thanks. I created a custom class inside the XML and got around this issue.