Files
android_translation_layer/src/api-impl-jni/content/org.unifiedpush.Distributor1.xml
2025-04-21 07:31:06 +02:00

21 lines
854 B
XML

<!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>