copy

fun copy(updateStoragePath: File = this.updateStoragePath, persistentStoragePath: File = this.persistentStoragePath, updateServerUri: Uri? = this.updateServerUri, updateServerApiKey: String? = this.updateServerApiKey, automaticUpdatesConfiguration: NdsStoreUpdateConfig.AutomaticUpdatesConfiguration = this.automaticUpdatesConfiguration): NdsStoreUpdateConfig

Returns a copy of calling NdsStoreUpdateConfig object with possibilities to override every properties.

Parameters

updateStoragePath
persistentStoragePath

: File,

updateServerUri

: Uri,

updateServerApiKey
automaticUpdatesConfiguration

See also

for more details.

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