add DcMsg.getWebxdcHref()

This commit is contained in:
adbenitez 2024-11-23 02:33:59 +01:00
parent 3118dbd32b
commit 1ccbb7177f
2 changed files with 10 additions and 0 deletions

View file

@ -250,4 +250,5 @@ public class DcMsg {
private native long getQuotedMsgCPtr ();
private native long getParentCPtr ();
private native String getWebxdcInfoJson ();
private native String getWebxdcHref ();
};