refreshMetaDataOnSetup property

bool? refreshMetaDataOnSetup
getter/setter pair

This option governs whether Apptimize will force a refresh on startup, even if metadata is currently saved on device. ApptimizeInitializedEvent will not be dispatched until the metadata has been downloaded. If metadata fails to download, ApptimizeInitializedEvent will dispatch only if there is a cached version of the data available on disk.

Implementation

bool? refreshMetaDataOnSetup;