PredictionWidgetVoteRepository
interface PredictionWidgetVoteRepository
Methods
add
abstract fun add(vote: PredictionWidgetVote, completion: ()->Unit)
Parameters
| Name | Description |
|---|---|
vote: PredictionWidgetVote
|
|
completion: ()->Unit
|
ReturnValue
| Name | Description |
|---|---|
Unit
|
get
abstract fun get(predictionWidgetID: String): String?
Parameters
| Name | Description |
|---|---|
predictionWidgetID: String
|
ReturnValue
| Name | Description |
|---|---|
String?
|