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): NdsStoreUpdaterConfiguration

Returns a copy calling the NdsStoreUpdaterConfiguration object with possibilities to override every properties.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

updateStoragePath
persistentStoragePath
updateServerUri
updateServerApiKey
automaticUpdates

See also