K.kt 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. package com.sambath.sbc.remote
  2. class K {
  3. companion object{
  4. const val Column = "column"
  5. const val Fix_Column = "fix_column"
  6. const val Fight_No = "fight_no"
  7. const val TypeOfPlay = "type_of_play"
  8. const val CirBlue = "cir-blue"
  9. const val CirRed = "cir-red"
  10. const val CirGreen = "cir-green"
  11. const val CirCancel = "cir-cancel"
  12. const val Open="Open"
  13. const val Close = "Close"
  14. const val Live = "Live"
  15. const val CastRed = "cast_red"
  16. const val CastBlue = "cast_blue"
  17. const val PayoutRed = "payout_red"
  18. const val PayoutBlue = "payout_blue"
  19. const val Red = "red"
  20. const val Blue = "blue"
  21. const val Meron = "MERON"
  22. const val Wala = "WALA"
  23. const val Tie = "TIE"
  24. const val Cancel = "CANCEl"
  25. const val ChannelId = "_id"
  26. const val TemId = "tem_id"
  27. const val AmountRed = "amount_red"
  28. const val AmountBlue = "amount_blue"
  29. const val date = "date"
  30. }
  31. }