add backgroundFetch() api

This commit is contained in:
B. Petersen
2024-09-20 16:16:13 +02:00
committed by bjoern
parent 08200d8443
commit e17d37ebb7
2 changed files with 7 additions and 0 deletions
@@ -25,6 +25,7 @@ public class DcAccounts {
public native void stopIo ();
public native void maybeNetwork ();
public native void setPushDeviceToken (String token);
public native boolean backgroundFetch (int timeoutSeconds);
public native int addAccount ();
public native int migrateAccount (String dbfile);