Updated on 2026-08-14
This commit is contained in:
commit
81bd9875e0
87 changed files with 1128 additions and 225 deletions
|
|
@ -101,6 +101,7 @@ sealed class AnalyticsParam {
|
|||
data object Min : FeeType("Min")
|
||||
data object Normal : FeeType("Normal")
|
||||
data object Max : FeeType("Max")
|
||||
data object Custom : FeeType("Custom")
|
||||
|
||||
companion object {
|
||||
fun fromString(feeType: String): FeeType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue