copy
fun copy(updateStoragePath: File = this.updateStoragePath, persistentStoragePath: File = this.persistentStoragePath, updateServerUri: Uri? = this.updateServerUri, updateServerApiKey: String? = this.updateServerApiKey, locale: Locale = this.locale, automaticUpdates: AutomaticNdsStoreUpdaterConfiguration? = this.automaticUpdates, mapDiskUsageQuota: Memory? = this.mapDiskUsageQuota): NdsStoreUpdaterConfiguration
Returns a copy calling the NdsStoreUpdaterConfiguration object with possibilities to override every properties.
Parameters
updateStoragePath
persistentStoragePath
updateServerUri
updateServerApiKey
automaticUpdates
mapDiskUsageQuota
See also
for more details.
for more details.
for more details.
for more details.
for more details.
for more details.