aboutsummaryrefslogtreecommitdiff
path: root/openpgp-ktx/api
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-04-30 23:22:01 +0530
committerGitHub <noreply@github.com>2021-04-30 23:22:01 +0530
commitf834c754e68eaea8cb32e1368f61f36eaf573aaa (patch)
tree5a4e77697eb1a28e0bd328d019c2440063b63c62 /openpgp-ktx/api
parent4880e1db276b4cf2ec29eeffbd38539ca643b4be (diff)
Refactor openpgp-ktx to leverage coroutines (#1398)
* openpgp-ktx: leverage coroutines for async IPC * Unwind nested dispatchers * Fix name shadowing warning Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'openpgp-ktx/api')
-rw-r--r--openpgp-ktx/api/openpgp-ktx.api3
1 files changed, 1 insertions, 2 deletions
diff --git a/openpgp-ktx/api/openpgp-ktx.api b/openpgp-ktx/api/openpgp-ktx.api
index dad53f16..6fd1ef85 100644
--- a/openpgp-ktx/api/openpgp-ktx.api
+++ b/openpgp-ktx/api/openpgp-ktx.api
@@ -88,8 +88,7 @@ public final class me/msfjarvis/openpgpktx/util/OpenPgpApi {
public static final field RESULT_SIGNATURE_MICALG Ljava/lang/String;
public static final field SERVICE_INTENT_2 Ljava/lang/String;
public fun <init> (Landroid/content/Context;Lorg/openintents/openpgp/IOpenPgpService2;)V
- public final fun executeApi (Landroid/content/Intent;Ljava/io/InputStream;Ljava/io/OutputStream;)Landroid/content/Intent;
- public final fun executeApiAsync (Landroid/content/Intent;Ljava/io/InputStream;Ljava/io/OutputStream;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
+ public final fun executeApi (Landroid/content/Intent;Ljava/io/InputStream;Ljava/io/OutputStream;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class me/msfjarvis/openpgpktx/util/OpenPgpApi$Companion {