Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class AuthLoginRequirement(val password: Boolean = false, val username: Boolean = false, val email: Boolean = false, val server: Boolean = false)
The login field requirements to display to the user
Link copied to clipboard
data class AuthLoginResponse(val password: String?, val username: String?, val email: String?, val server: String?)
What the user responds to the AuthLoginRequirement
Link copied to clipboard
Link copied to clipboard
Stateless subtitle class for external subtitles.
Link copied to clipboard
Stateless safe abstraction of SubtitleAPI