All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.preferences.DyndnsService.kt Maven / Gradle / Ivy

The newest version!
package qbittorrent.models.preferences

import qbittorrent.models.serialization.GenerateEnumAsIntSerializer

@GenerateEnumAsIntSerializer
enum class DyndnsService(val value: Int) {
    DyDNS(0),
    NOIP(1)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy