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