copy
fun copy(updateStoragePath: File = this.updateStoragePath, persistentStoragePath: File = this.persistentStoragePath, updateServerUri: Uri? = this.updateServerUri, updateServerApiKey: String? = this.updateServerApiKey, locale: Locale = this.locale, automaticUpdatesConfiguration: NdsStoreUpdateConfig.AutomaticUpdatesConfiguration = this.automaticUpdatesConfiguration): NdsStoreUpdateConfig
Returns a copy of calling NdsStoreUpdateConfig 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
: File,
updateServerUri
: Uri,
updateServerApiKey
automaticUpdatesConfiguration
See also
for more details.
for more details.
for more details.
for more details.
for more details.