Package-level declarations

Types

Link copied to clipboard
data class BlockingData(var id: String, val pathId: String, val rawBlockingType: String, val endDate: Date?)
Link copied to clipboard
Link copied to clipboard
class Grade(val displayName: String) : Parcelable
Link copied to clipboard
data class Patch(val name: String?, val date: String?)

Represents a change in a Path, may be an opener, a re-builder...

Link copied to clipboard

Creates a new Path instance.

Link copied to clipboard
data class PathData(var objectId: String, val timestamp: Long, val sketchId: Long, val displayName: String, val rawGrades: String, val rawHeights: String?, val rawEndings: String, val rawPitches: String, val stringCount: Long, val paraboltCount: Long, val spitCount: Long, val tensorCount: Long, val pitonCount: Long, val burilCount: Long, val lanyardRequired: Boolean, val crackerRequired: Boolean, val friendRequired: Boolean, val stripsRequired: Boolean, val pitonRequired: Boolean, val nailRequired: Boolean, val description: String?, val builtBy: String, val rebuiltBy: String, val downloaded: Boolean, val sector: String) : DataRoot<Path>
Link copied to clipboard
data class Pitch(var height: Long? = null, var grade: String? = null, var ending: String? = null, var endingData: PitchEndingData? = null)

Functions

Link copied to clipboard

Parses a list of Grades as AnnotatedStrings, so they get colored.

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

Returns the

Link copied to clipboard

Returns the ending type's index. This can be used for fetching values from arrays.

Link copied to clipboard