fix: make getWebxdcHref public

This commit is contained in:
adbenitez 2024-11-23 03:26:05 +01:00
parent 1ccbb7177f
commit 814af177d1

View file

@ -147,6 +147,7 @@ public class DcMsg {
return new JSONObject();
}
}
public native String getWebxdcHref ();
public native boolean isForwarded ();
public native boolean isInfo ();
public native boolean isSetupMessage ();
@ -250,5 +251,4 @@ public class DcMsg {
private native long getQuotedMsgCPtr ();
private native long getParentCPtr ();
private native String getWebxdcInfoJson ();
private native String getWebxdcHref ();
};