Badge

Badge

data class Badge

Fields

Name Description
val id: String
val imageFile: String
val description: String
val level: Int
val mimetype: String
val name: String
val points: Int

Constructors

<init>

constructor(id: String, imageFile: String, description: String, level: Int, mimetype: String, name: String, points: Int)

Parameters

Name Description
id: String
imageFile: String
description: String
level: Int
mimetype: String
name: String
points: Int

Methods

compareTo

fun compareTo(other: Badge): Int

Parameters

Name Description
other: Badge

ReturnValue

Name Description
Int