You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
map Android UnifiedPush to DBus UnifiedPush
This commit is contained in:
20
src/api-impl-jni/content/org.unifiedpush.Distributor1.xml
Normal file
20
src/api-impl-jni/content/org.unifiedpush.Distributor1.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2022 Volker Krause <vkrause@kde.org>
|
||||
SPDX-License-Identifier: LGPL-2.0-or-later
|
||||
-->
|
||||
<node>
|
||||
<interface name="org.unifiedpush.Distributor1">
|
||||
<method name="Register">
|
||||
<arg name="serviceName" type="s" direction="in"/>
|
||||
<arg name="token" type="s" direction="in"/>
|
||||
<arg name="description" type="s" direction="in"/>
|
||||
<arg name="registrationResult" type="s" direction="out"/>
|
||||
<arg name="registrationResultReason" type="s" direction="out"/>
|
||||
</method>
|
||||
<method name="Unregister">
|
||||
<arg name="token" type="s" direction="in"/>
|
||||
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
|
||||
</method>
|
||||
</interface>
|
||||
</node>
|
||||
Reference in New Issue
Block a user