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

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

The newest version!
package qbittorrent.models.preferences

import qbittorrent.models.serialization.GenerateEnumAsIntSerializer

@GenerateEnumAsIntSerializer
enum class TorrentEncryption(val value: Int) {
    PREFER_ENCRYPTION(0),
    FORCE_ENCRYPTION_ON(1),
    FORCE_ENCRYPTION_OFF(2),
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy