Added JVM overloads for alfred config constructor
This commit is contained in:
committed by
Shivam Goyal
parent
d0db2a201b
commit
6b301ac3eb
@@ -15,7 +15,7 @@ import com.navi.alfred.utils.getCarrierName
|
||||
import com.navi.alfred.utils.getNetworkType
|
||||
import java.util.*
|
||||
|
||||
data class AlfredConfig(
|
||||
data class AlfredConfig @JvmOverloads constructor(
|
||||
private var appVersionCode: String = "",
|
||||
private var appVersionName: String = "",
|
||||
private var appName: String = "",
|
||||
|
||||
Reference in New Issue
Block a user