mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 09:58:08 +00:00
Migrate VolumeKeyListener to Kotlin
This commit is contained in:
parent
6a58cc444e
commit
172822239c
@ -3,14 +3,9 @@
|
|||||||
*
|
*
|
||||||
* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
||||||
*/
|
*/
|
||||||
|
package org.kde.kdeconnect.Plugins.MprisPlugin
|
||||||
|
|
||||||
|
interface VolumeKeyListener {
|
||||||
package org.kde.kdeconnect.Plugins.MprisPlugin;
|
fun onVolumeUp()
|
||||||
|
fun onVolumeDown()
|
||||||
public interface VolumeKeyListener {
|
|
||||||
|
|
||||||
void onVolumeUp();
|
|
||||||
|
|
||||||
void onVolumeDown();
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user