NdsStoreConfiguration

class NdsStoreConfiguration(    val ndsStorePath: File,     val keystorePath: File? = null,     val keystorePassword: String? = null,     val ndsStoreUpdateConfig: NdsStoreUpdateConfig)

Configuration parameters for an NdsStore.

Constructors

Link copied to clipboard
fun NdsStoreConfiguration(    ndsStorePath: File,     keystorePath: File? = null,     keystorePassword: String? = null,     ndsStoreUpdateConfig: NdsStoreUpdateConfig)

Properties

Link copied to clipboard
val keystorePassword: String? = null
Link copied to clipboard
val keystorePath: File? = null
Link copied to clipboard
val ndsStorePath: File
Link copied to clipboard
val ndsStoreUpdateConfig: NdsStoreUpdateConfig