API reference

WitExportRetriever Class

A class to synchronize multiple parallel retrievals of the same app's export.

Static Methods

GetExport ( configuration , onComplete )
Retrieves the export for the requested configuration and calls the onComplete once retrieved.
Signature
static void Meta.WitAi.WitExportRetriever.GetExport(IWitRequestConfiguration configuration, VRequest.RequestCompleteDelegate< ZipArchive > onComplete)
Parameters
configuration: IWitRequestConfiguration  the config of the app export to be retrieved
onComplete: VRequest.RequestCompleteDelegate< ZipArchive >  the function to call upon successful retrieval
Returns
void