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 onComplete: VRequest.RequestCompleteDelegate< ZipArchive >
the function to call upon successful retrieval
Returns void |