mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
add C bindings
This commit is contained in:
parent
2e2aeed127
commit
c94f9371fe
2 changed files with 16 additions and 0 deletions
|
@ -164,6 +164,8 @@ public class DcMsg {
|
|||
public native String getQuotedText ();
|
||||
public native String getError ();
|
||||
public native String getOverrideSenderName();
|
||||
public native void sendEditRequest (String text);
|
||||
public native boolean isEdited ();
|
||||
|
||||
public String getSenderName(DcContact dcContact) {
|
||||
String overrideName = getOverrideSenderName();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue