add getAuthName() api

This commit is contained in:
B. Petersen
2024-08-22 13:45:07 +02:00
committed by bjoern
parent 662fde5957
commit 8deca3e4b4
2 changed files with 10 additions and 0 deletions
@@ -47,6 +47,7 @@ public class DcContact {
public native int getId ();
public native String getName ();
public native String getAuthName ();
public native String getDisplayName ();
public native String getAddr ();
public native String getNameNAddr ();