RotationResult

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard
data class Compressed(val originalPath: Path, val compressedPath: Path) : RotationManager.RotationResult
Link copied to clipboard
data class Error(val message: String) : RotationManager.RotationResult
Link copied to clipboard
Link copied to clipboard
data class Rotated(val previousPath: Path, val newPath: Path) : RotationManager.RotationResult