Allow MANUAL and RATE_PLAN rate sources
All checks were successful
build-and-deploy / build-deploy (push) Successful in 2m35s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 2m35s
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
package com.android.trisolarisserver.models.room
|
||||
|
||||
enum class RateSource {
|
||||
MANUAL,
|
||||
PRESET,
|
||||
RATE_PLAN,
|
||||
NEGOTIATED,
|
||||
OTA
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user